From c786a82d8233b6946999f2c9f46c484fec998d3a Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Wed, 30 May 2018 22:55:04 +0200 Subject: [PATCH] Rocket Launcher should lose lock-on after firing. --- zscript/eightball.zsc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zscript/eightball.zsc b/zscript/eightball.zsc index 381bae5..4a4108b 100644 --- a/zscript/eightball.zsc +++ b/zscript/eightball.zsc @@ -350,6 +350,9 @@ Class UTRocketLauncher : UTWeapon s += step; } } + // lose lock-on + invoker.LockedTarget = null; + invoker.LockedOn = false; } // lock-on check