From d607b2ead31c031af362d51b679e5f2ee7b5e4a8 Mon Sep 17 00:00:00 2001 From: pregmodfan <pregmodfan@cock.li> Date: Fri, 17 Mar 2017 17:41:36 +0200 Subject: [PATCH] found and removed old block of prototype code, that remains in saDrug.tw somehow --- src/uncategorized/saDrugs.tw | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw index 56cd179ec52..a383620022c 100644 --- a/src/uncategorized/saDrugs.tw +++ b/src/uncategorized/saDrugs.tw @@ -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>> -- GitLab