From 4e2254ae6b824b853de0d86e51973f573120a96e Mon Sep 17 00:00:00 2001 From: corncobman21 <corncobman21@hotmail.com> Date: Sat, 23 Dec 2017 02:40:48 -0500 Subject: [PATCH] Better grammar, don't reserve for slaves that may be pregnant Add cheat option to retrieve immediately --- src/pregmod/incubator.tw | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw index 8987e797bf9..0212d6cc047 100644 --- a/src/pregmod/incubator.tw +++ b/src/pregmod/incubator.tw @@ -375,6 +375,14 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu Reproduction management systems are offline; she will undergo normal puberty. <</if>> <</if>> + <<if $cheatMode == 1>> + <br>''Cheatmode:'' + <<link "Retrieve immediately">> + <<set $incubatorOldID = $tanks[$i].ID>> + <<set $readySlave = $tanks.pluck([$i], [$i])>> + <<goto "Incubator Retrieval Workaround">> + <</link>> + <</if>> <<if $incubatorUpgradeOrgans == 1>> <br> You can extract a sample and prepare a new organ for her to be implanted once she exits her tank. -- GitLab