1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-27 22:41:56 +08:00
This commit is contained in:
2026-05-08 15:20:45 +08:00
parent df8ea7c466
commit c079c20f28
+2 -2
View File
@@ -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()