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

@@ -46,7 +46,7 @@ func _check_wuchao_depot_pickup(failures: Array[String]) -> void:
failures.append("Wuchao depot should grant 콩 2점: before %s after %s" % [str(before_inventory), str(after_inventory)])
if int(after_inventory.get("wine", 0)) != int(before_inventory.get("wine", 0)) + 1:
failures.append("Wuchao depot should grant 술 1점: before %s after %s" % [str(before_inventory), str(after_inventory)])
if not logs.has("Usable Wuchao stores are seized before the granaries burn."):
if not logs.has("불이 번지기 전, 쓸 만한 오소 물자를 거두었다."):
failures.append("Wuchao depot pickup log missing")
if not logs.has("전리품: 콩 2점."):
failures.append("Bean pickup receipt log missing")