Localize Guandu arc scenarios

This commit is contained in:
2026-06-19 08:55:29 +09:00
parent b73fa6adbf
commit 6564e4dd1d
8 changed files with 221 additions and 206 deletions

View File

@@ -62,7 +62,7 @@ func _check_wuchao_gold_pickup_persists_on_victory(failures: Array[String]) -> v
if state.get_battle_gold_reward() != 200:
failures.append("Wuchao depot should add 200 battle gold, got %d" % state.get_battle_gold_reward())
if not logs.has("Wuchao's captured pay chest yields 200 gold."):
if not logs.has("오소에서 노획한 군자금 200냥을 거두었다."):
failures.append("Wuchao gold pickup log missing")
if not feedback.has("cao_cao_ch13|+200냥|gold"):
failures.append("Wuchao gold pickup feedback missing")