Show reinforcement arrival feedback

This commit is contained in:
2026-06-20 13:39:47 +09:00
parent 960db49b3a
commit f111c9c48f
2 changed files with 8 additions and 0 deletions

View File

@@ -4894,6 +4894,8 @@ func _spawn_event_deployment(deployment) -> bool:
unit["moved"] = current_team == unit.get("team", "")
units.append(unit)
_emit_log("%s, %s에 당도." % [unit["name"], _format_cell(unit["pos"])])
_emit_combat_feedback(unit, "증원", "priority")
_notify_changed()
return true