Improve title and opening text readability

This commit is contained in:
2026-06-20 13:56:27 +09:00
parent f111c9c48f
commit 7fb27f29fc
5 changed files with 124 additions and 38 deletions

View File

@@ -4894,7 +4894,7 @@ 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")
_emit_combat_feedback(unit, "증원", "reinforcement")
_notify_changed()
return true