mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-24 03:53:12 -04:00
Resolved #11700 - "Promotes all spies [amount] time(s)" crash
This commit is contained in:
parent
1296b16f90
commit
3d111465ec
@ -858,7 +858,7 @@ object UniqueTriggerActivation {
|
||||
if (!civInfo.gameInfo.isEspionageEnabled()) return null
|
||||
|
||||
return {
|
||||
civInfo.espionageManager.spyList.forEach { it.levelUpSpy(unique.params[1].toInt()) }
|
||||
civInfo.espionageManager.spyList.forEach { it.levelUpSpy(unique.params[0].toInt()) }
|
||||
true
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user