From 11ca1f9cc39e5e17fc2c6cac033e849422529e08 Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Wed, 25 Sep 2019 17:18:03 -0700 Subject: [PATCH] Update mod_editSlaveCheatNew.tw --- src/cheats/mod_editSlaveCheatNew.tw | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw index 35382dac7cf..f9389cd8934 100644 --- a/src/cheats/mod_editSlaveCheatNew.tw +++ b/src/cheats/mod_editSlaveCheatNew.tw @@ -2816,19 +2816,19 @@ <br> ''Pregnancy adaptation rating (5: prepubescent loli, 50: normal adult, 51+: practiced):'' <<if $tempSlave.pregAdaptation < 10>> - @@.yellow;Critically poor@@. + @@.yellow;Critically poor@@. <<elseif $tempSlave.pregAdaptation < 30>> - @@.yellow;Very poor@@. + @@.yellow;Very poor@@. <<elseif $tempSlave.pregAdaptation < 50>> - @@.yellow;Poor@@. + @@.yellow;Poor@@. <<elseif $tempSlave.pregAdaptation < 60>> @@.yellow;Normal@@. <<elseif $tempSlave.pregAdaptation < 100>> @@.yellow;Well-adapted@@. <<elseif $tempSlave.pregAdaptation < 300>> - @@.yellow;Astonishingly well-adapted@@. + @@.yellow;Astonishingly well-adapted@@. <<else>> - @@.yellow;Unshakeable broodmother@@. + @@.yellow;Unshakeable broodmother@@. <</if>> <<textbox "$tempSlave.pregAdaptation" $tempSlave.pregAdaptation>> -- GitLab