Localize Guandu arc scenarios
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user