mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-27 22:41:56 +08:00
1
This commit is contained in:
@@ -9,7 +9,7 @@ func ai():
|
||||
speed *= 1.05
|
||||
speed = clamp(speed, 0, 20)
|
||||
if is_instance_valid(tracer) and timeLived() < maxTraceTime:
|
||||
PresetBulletAI.trace(self, tracer.getTrackingAnchor(), tracePower)
|
||||
PresetBulletAI.forward(self, rotation)
|
||||
PresetBulletAI.trace(self , tracer.getTrackingAnchor(), tracePower)
|
||||
PresetBulletAI.forward(self , rotation)
|
||||
func destroy(_b):
|
||||
EffectController.create(ComponentManager.getEffect("LGBTBoom"), position).shot()
|
||||
|
||||
Reference in New Issue
Block a user