Skip to content
Snippets Groups Projects
Commit 7d181320 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'revert-533f6912' into 'pregmod-master'

Revert "Merge branch 'pregmod-dev' into 'pregmod-master'"

See merge request pregmodfan/fc-pregmod!7790
parents 533f6912 9ae48688
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ ...@@ -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! 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)>> <<set $PC = clone($tempSlave)>>
<<run ibc.recalculate_coeff_ids(-1)>> <<run ibc.recalculate_coeff_id(-1)>>
<<run PCDatatypeCleanup()>> <<run PCDatatypeCleanup()>>
<<set $upgradeMultiplierArcology = upgradeMultiplier('engineering')>> <<set $upgradeMultiplierArcology = upgradeMultiplier('engineering')>>
<<set $upgradeMultiplierMedicine = upgradeMultiplier('medicine')>> <<set $upgradeMultiplierMedicine = upgradeMultiplier('medicine')>>
......
...@@ -327,4 +327,4 @@ You perform the dark rituals, pray to the dark gods, and sell your soul for the ...@@ -327,4 +327,4 @@ You perform the dark rituals, pray to the dark gods, and sell your soul for the
<<if def _escn>> <<if def _escn>>
<<set $cribs[_escn] = clone($activeSlave)>> <<set $cribs[_escn] = clone($activeSlave)>>
<</if>> <</if>>
<<run ibc.recalculate_coeff_ids($activeSlave.ID)>> <<run ibc.recalculate_coeff_id($activeSlave.ID)>>
...@@ -81,4 +81,4 @@ You perform the dark rituals, pray to the dark gods, and sell your soul for the ...@@ -81,4 +81,4 @@ You perform the dark rituals, pray to the dark gods, and sell your soul for the
<<if def _escdc>> <<if def _escdc>>
<<set $slaves[_escdc] = $activeSlave>> <<set $slaves[_escdc] = $activeSlave>>
<</if>> <</if>>
<<run ibc.recalculate_coeff_ids($activeSlave.ID)>> <<run ibc.recalculate_coeff_id($activeSlave.ID)>>
...@@ -230,4 +230,4 @@ You perform the dark rituals, pray to the dark gods, and sell your soul for the ...@@ -230,4 +230,4 @@ You perform the dark rituals, pray to the dark gods, and sell your soul for the
<<if def _escn>> <<if def _escn>>
<<set $slaves[_escn] = clone($activeSlave)>> <<set $slaves[_escn] = clone($activeSlave)>>
<</if>> <</if>>
<<run ibc.recalculate_coeff_ids($activeSlave.ID)>> <<run ibc.recalculate_coeff_id($activeSlave.ID)>>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment