Improve opening battle presentation
This commit is contained in:
@@ -3967,7 +3967,7 @@ func _append_destination_progress_line(result: Array[String], condition: Diction
|
||||
return
|
||||
var status := "도달" if _unit_reaches_tile(condition) else "미도달"
|
||||
var label := _condition_destination_label(condition)
|
||||
_append_progress_line(result, "%s %s · %s" % [label, _format_cells(targets), status], pending)
|
||||
_append_progress_line(result, "%s · %s" % [label, status], pending)
|
||||
|
||||
|
||||
func _append_turn_limit_progress_line(result: Array[String]) -> void:
|
||||
@@ -4000,7 +4000,7 @@ func _append_event_destination_progress_line(result: Array[String], when: Dictio
|
||||
return
|
||||
var status := "도달" if _unit_reaches_tile(when) else "미도달"
|
||||
var label := _condition_destination_label(when)
|
||||
_append_progress_line(result, "%s %s · %s" % [label, _format_cells(targets), status])
|
||||
_append_progress_line(result, "%s · %s" % [label, status])
|
||||
|
||||
|
||||
func _condition_destination_label(condition: Dictionary) -> String:
|
||||
|
||||
Reference in New Issue
Block a user