Antique global battle language
This commit is contained in:
@@ -63,9 +63,9 @@ func _check_panacea_cleanses_debuffs(failures: Array[String]) -> void:
|
||||
for removed_text in ["무력 -3", "행군 -1", "독", "봉인"]:
|
||||
if summary.contains(removed_text):
|
||||
failures.append("Panacea should remove %s from summary: %s" % [removed_text, summary])
|
||||
_check_log_contains(failures, logs, "Cao Cao의 독 해소.")
|
||||
_check_log_contains(failures, logs, "Cao Cao의 봉인 해소.")
|
||||
_check_log_contains(failures, logs, "Cao Cao의 약화 해소: 무력 저하, 행군 저하.")
|
||||
_check_log_contains(failures, logs, "조조의 독 해소.")
|
||||
_check_log_contains(failures, logs, "조조의 봉인 해소.")
|
||||
_check_log_contains(failures, logs, "조조의 약화 해소: 무력 저하, 행군 저하.")
|
||||
if not feedback.has("cao_cao|정화|support"):
|
||||
failures.append("Panacea cleanse feedback missing: %s" % str(feedback))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user