Skip to content
Snippets Groups Projects
Commit 5a1f2b2d authored by pregmodfan's avatar pregmodfan
Browse files

implant switch on and off to miscWidgets added

parent ef60397e
No related branches found
No related tags found
No related merge requests found
......@@ -677,8 +677,13 @@
[[Induce labor|Slave Interact][$activeSlave.labor = 1,$activeSlave.induce = 1,$birthee = 1]]
| [[Give her a cesarean section|csec]]
<<elseif ($activeSlave.broodmother > 0)>>
<<if $activeSlave.broodmotherOnHold != 1>>
[[Turn off implant|Slave Interact][$activeSlave.broodmotherOnHold = 1, $activeSlave.broodmotherCountDown = $activeSlave.womb[$activeSlave.womb.length-1].age]]
<<else>>
[[Turn on implant|Slave Interact][$activeSlave.broodmotherOnHold = 0, $activeSlave.broodmotherCountDown = 0]]
<</if>>
<<if ($activeSlave.preg > 37)>>
[[Induce mass childbirth|BirthStorm]] | [[Begin implant shutdown|Slave Interact][$activeSlave.broodmotherCountDown = 37]]
| [[Induce mass childbirth|BirthStorm]]
<</if>>
<<elseif ($activeSlave.preg > 35)>>
[[Give her a cesarean section|csec]]
......@@ -717,8 +722,13 @@
[[Induce labor|Slave Interact][$activeSlave.labor = 1,$activeSlave.induce = 1,$birthee = 1]]
| [[Give it a cesarean section|csec]]
<<elseif ($activeSlave.broodmother > 0)>>
<<if $activeSlave.broodmotherOnHold != 1>>
[[Turn off implant|Slave Interact][$activeSlave.broodmotherOnHold = 1, $activeSlave.broodmotherCountDown = $activeSlave.womb[$activeSlave.womb.length-1].age]]
<<else>>
[[Turn on implant|Slave Interact][$activeSlave.broodmotherOnHold = 0, $activeSlave.broodmotherCountDown = 0]]
<</if>>
<<if ($activeSlave.preg > 37)>>
[[Induce mass childbirth|BirthStorm]] | [[Begin implant shutdown|Slave Interact][$activeSlave.broodmotherCountDown = 37]]
| [[Induce mass childbirth|BirthStorm]]
<</if>>
<<elseif ($activeSlave.preg > 35)>>
[[Give it a cesarean section|csec]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment