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

found and removed old block of prototype code, that remains in saDrug.tw somehow

parent 9949903f
No related branches found
No related tags found
No related merge requests found
......@@ -773,19 +773,3 @@
<<set $slaves[$i].drugs to "no drugs">>
<</if>>
<</switch>>
<<if $slaves[$i].pregControl == "slow gestation">>
<<if $slaves[$i].preg > 30>>
She in late pregnancy term now. Slowing gestation agents @@color:red;can't supress labor@@ and her regimen is ended to prevent health damage.
<<set $slaves[$i].pregControl = "none">>
<<elseif $slaves[$i].preg > 0>>
Her belly feels very docile, gestation speed is @@color:yellow;greatly reduced@@.
<</if>>
<</if>> /* fast gestation agents in the clinic passage - they not work outside of clinic.*/
<<if $slaves[$i].pregControl == "labor supressors">>
<<if $slaves[$i].preg > 40>>
<<set $slaves[$i].health -= 20>>
Supressing birth for so long @@color:red;greatly affect her health@@.
<<elseif $slaves[$i].preg > 30>>
Labor supressing agents @@color:yellow;negatively affect her health@@.
<</if>>
<</if>>
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