This commit is contained in:
2025-12-25 10:07:10 +03:00
parent 0ed500097d
commit 52faddcd83
+1 -1
View File
@@ -52,7 +52,7 @@ func _update_enemy(enemy: AbstractEnemyShip) -> void:
func _target_enemy_to_player(enemy: AbstractEnemyShip, player: PlayerShip) -> void: func _target_enemy_to_player(enemy: AbstractEnemyShip, player: PlayerShip) -> void:
match enemy.weapon_type: match enemy.weapon_type():
AbstractWeapon.Type.NONE: AbstractWeapon.Type.NONE:
_random_move_enemy(enemy) _random_move_enemy(enemy)
AbstractWeapon.Type.SHORT_RANGE: AbstractWeapon.Type.SHORT_RANGE: