Reworked lightning effect
This commit is contained in:
@@ -7,6 +7,6 @@ extends AbstractDirectHitProjectile
|
||||
|
||||
func _process_hit_for_projectile(_collided_body: Node2D) -> void:
|
||||
if piercing == 0:
|
||||
queue_free()
|
||||
delete()
|
||||
else:
|
||||
piercing -= 1
|
||||
|
||||
Reference in New Issue
Block a user