diff --git a/src/cheats/PCCheatMenuCheatDatatypeCleanup.tw b/src/cheats/PCCheatMenuCheatDatatypeCleanup.tw index 67bb31306b1901cd7ac00b6ee7e693bf3d86f43a..2d5b64ae8023dbb82b5c4f71e859cf27500d56de 100644 --- a/src/cheats/PCCheatMenuCheatDatatypeCleanup.tw +++ b/src/cheats/PCCheatMenuCheatDatatypeCleanup.tw @@ -71,7 +71,7 @@ You perform the dark rituals, pray to the dark gods, and sell your soul for the power to reshape your body and life at will. What a cheater! <<set $PC = clone($tempSlave)>> -<<run ibc.recalculate_coeff_ids(-1)>> +<<run ibc.recalculate_coeff_id(-1)>> <<run PCDatatypeCleanup()>> <<set $upgradeMultiplierArcology = upgradeMultiplier('engineering')>> <<set $upgradeMultiplierMedicine = upgradeMultiplier('medicine')>> diff --git a/src/cheats/mod_EditChildCheatDatatypeCleanupNew.tw b/src/cheats/mod_EditChildCheatDatatypeCleanupNew.tw index e835636be76090d5759cd7ec08f59891a375e9ee..283f230b8ca21b397bc7728936812e07caf97b93 100644 --- a/src/cheats/mod_EditChildCheatDatatypeCleanupNew.tw +++ b/src/cheats/mod_EditChildCheatDatatypeCleanupNew.tw @@ -327,4 +327,4 @@ You perform the dark rituals, pray to the dark gods, and sell your soul for the <<if def _escn>> <<set $cribs[_escn] = clone($activeSlave)>> <</if>> -<<run ibc.recalculate_coeff_ids($activeSlave.ID)>> +<<run ibc.recalculate_coeff_id($activeSlave.ID)>> diff --git a/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw b/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw index dd1df184d77912e071e013bf7464577027e0e2c8..45bfc5980186153f629a7363608a17571a75adf6 100644 --- a/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw +++ b/src/cheats/mod_EditSlaveCheatDatatypeCleanup.tw @@ -81,4 +81,4 @@ You perform the dark rituals, pray to the dark gods, and sell your soul for the <<if def _escdc>> <<set $slaves[_escdc] = $activeSlave>> <</if>> -<<run ibc.recalculate_coeff_ids($activeSlave.ID)>> +<<run ibc.recalculate_coeff_id($activeSlave.ID)>> diff --git a/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw index d845052778764fbd1c4da35f03a0eab2eb6e2ff4..41ee8e1e832badd9f695a8e7afe8efe7fce17bd4 100644 --- a/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw +++ b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw @@ -230,4 +230,4 @@ You perform the dark rituals, pray to the dark gods, and sell your soul for the <<if def _escn>> <<set $slaves[_escn] = clone($activeSlave)>> <</if>> -<<run ibc.recalculate_coeff_ids($activeSlave.ID)>> +<<run ibc.recalculate_coeff_id($activeSlave.ID)>>