diff --git a/src/SecExp/weaponsManufacturing.tw b/src/SecExp/weaponsManufacturing.tw index 93056c5c5823b4a0ce7559d14a34ca4c70534912..9a7c2fc5851bbaf7d1ce84f09dac66832c64f697 100644 --- a/src/SecExp/weaponsManufacturing.tw +++ b/src/SecExp/weaponsManufacturing.tw @@ -92,6 +92,12 @@ You own <<print commaNum($helots)>> free menial slaves. This manufacturing compl <</if>> <<else>> The complex does not require more workers. + <br> + <<link "Transfer out all menial slaves">> + <<set $helots += $weapHelots>> + <<set $weapHelots = 0>> + <<goto "weaponsManufacturing">> + <</link>> <</if>> <br> <br> diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw index 2eb7db2d2e747b4dbfc65e017eb7817d0de56280..bc9fa5881f2f1710191fb24009f8d86ff6e13551 100644 --- a/src/pregmod/incubator.tw +++ b/src/pregmod/incubator.tw @@ -110,7 +110,7 @@ Reserve an eligible mother-to-be's child to be placed in a tank upon birth. Of $ | <<print "[[Keep one less child|Incubator][WombCleanGenericReserve($slaves[" + _u + "], 'incubator', 1)]]">> <</if>> <<if _reservedIncubator > 1>> - | <<print "[[Keep none of " + $his + " children|Incubator][WombCleanGenericReserve($slaves[" + _u + "], 'incubator', 9999)]">> + | <<print "[[Keep none of " + $his + " children|Incubator][WombCleanGenericReserve($slaves[" + _u + "], 'incubator', 9999)]]">> <</if>> <<if ($reservedChildren + _WL - _reservedIncubator) <= $freeTanks>> | <<print "[[Keep the rest of " + $his + " children|Incubator][WombAddToGenericReserve($slaves[" + _u + "], 'incubator', 9999)]]">>