From c10aed45cb26da699a93d6426381f32cb8ec3e5d Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Sun, 16 Aug 2020 14:33:15 -0400 Subject: [PATCH] remove nursery workaround --- src/facilities/nursery/nurseryWorkaround.tw | 6 ------ src/npc/interaction/passage/birthStorm.tw | 5 +++-- src/npc/interaction/passage/csec.tw | 5 +++-- src/pregmod/seBurst.tw | 5 +++-- src/pregmod/sePlayerBirth.tw | 10 ++++++---- src/pregmod/widgets/seBirthWidgets.tw | 5 +++-- 6 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 src/facilities/nursery/nurseryWorkaround.tw diff --git a/src/facilities/nursery/nurseryWorkaround.tw b/src/facilities/nursery/nurseryWorkaround.tw deleted file mode 100644 index 1dc4c83a65d..00000000000 --- a/src/facilities/nursery/nurseryWorkaround.tw +++ /dev/null @@ -1,6 +0,0 @@ -:: Nursery Workaround [nobr] - -<<if $cribs.length < $nursery>> - <<run App.Facilities.Nursery.newChild($activeChild)>> - /*<<= App.Facilities.Nursery.nameChild($activeChild)>>*/ -<</if>> \ No newline at end of file diff --git a/src/npc/interaction/passage/birthStorm.tw b/src/npc/interaction/passage/birthStorm.tw index 57dc1237641..7585fc43abf 100644 --- a/src/npc/interaction/passage/birthStorm.tw +++ b/src/npc/interaction/passage/birthStorm.tw @@ -216,8 +216,9 @@ The remote surgery allows the removal of the pregnancy generator through convent <<run $mom.curBabies.splice($mom.curBabies[_cb], 1)>> <<set _cb--, _curBabies-->> <<elseif $mom.curBabies[_cb].reserve == "nursery">> - <<set $activeChild = generateChild($mom, $mom.curBabies[_cb])>> - <<include "Nursery Workaround">> + <<if $cribs.length < $nursery>> + <<run App.Facilities.Nursery.newChild(generateChild($mom, $mom.curBabies[_cb]))>> + <</if>> <<run $mom.curBabies.splice($mom.curBabies[_cb], 1)>> <<set _cb--, _curBabies-->> <</if>> diff --git a/src/npc/interaction/passage/csec.tw b/src/npc/interaction/passage/csec.tw index bd222891501..b63b50ea618 100644 --- a/src/npc/interaction/passage/csec.tw +++ b/src/npc/interaction/passage/csec.tw @@ -187,8 +187,9 @@ Performing a cesarean section is trivial for the remote surgery to carry out. << <<run $mom.curBabies.splice($mom.curBabies[_cb], 1)>> <<set _cb--, _curBabies-->> <<elseif $mom.curBabies[_cb].reserve == "nursery">> - <<set $activeChild = generateChild($mom, $mom.curBabies[_cb])>> - <<include "Nursery Workaround">> + <<if $cribs.length < $nursery>> + <<run App.Facilities.Nursery.newChild(generateChild($mom, $mom.curBabies[_cb]))>> + <</if>> <<run $mom.curBabies.splice($mom.curBabies[_cb], 1)>> <<set _cb--, _curBabies-->> <</if>> diff --git a/src/pregmod/seBurst.tw b/src/pregmod/seBurst.tw index f127e69fe63..f5abd391987 100644 --- a/src/pregmod/seBurst.tw +++ b/src/pregmod/seBurst.tw @@ -179,8 +179,9 @@ <<run $slaves[_b].curBabies.splice($slaves[_b].curBabies[_cb], 1)>> <<set _cb--, _curBabies-->> <<elseif $slaves[_b].curBabies[_cb].reserve == "nursery">> - <<set $activeChild = generateChild($slaves[_b], $slaves[_b].curBabies[_cb])>> - <<include "Nursery Workaround">> + <<if $cribs.length < $nursery>> + <<run App.Facilities.Nursery.newChild(generateChild($slaves[_b], $slaves[_b].curBabies[_cb]))>> + <</if>> <<run $slaves[_b].curBabies.splice($slaves[_b].curBabies[_cb], 1)>> <<set _cb--, _curBabies-->> <</if>> diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw index 24c421de65e..7d2df1d3f47 100644 --- a/src/pregmod/sePlayerBirth.tw +++ b/src/pregmod/sePlayerBirth.tw @@ -381,8 +381,9 @@ You arrange yourself to give birth, relaxing until your body urges you to begin <<run App.Facilities.Incubator.newChild(generateChild($PC, $PC.curBabies[0], 1))>> <<elseif $PC.curBabies[0].reserve === "nursery">> @@.pink;You set <<if _gender == "XX">>her<<else>>him<</if>> aside for incubation.@@ - <<set $activeChild = generateChild($PC, $PC.curBabies[0])>> - <<include "Nursery Workaround">> + <<if $cribs.length < $nursery>> + <<run App.Facilities.Nursery.newChild(generateChild($PC, $PC.curBabies[0]))>> + <</if>> <</if>> <<set $PC.curBabies.shift()>> @@ -432,8 +433,9 @@ You arrange yourself to give birth, relaxing until your body urges you to begin <<set _p--, _curBabies-->> <<elseif $PC.curBabies[_p].reserve == "nursery">> @@.pink;You set <<if $PC.curBabies[_p].genetics.gender == "XX">>her<<else>>him<</if>> aside to be raised in the penthouse.@@ - <<set $activeChild = generateChild($PC, $PC.curBabies[_p])>> - <<include "Nursery Workaround">> + <<if $cribs.length < $nursery>> + <<run App.Facilities.Nursery.newChild(generateChild($PC, $PC.curBabies[_p]))>> + <</if>> <<run $PC.curBabies.splice($PC.curBabies[_p], 1)>> <<set _p--, _curBabies-->> <</if>> diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw index 224a0cacd07..74a35b9535e 100644 --- a/src/pregmod/widgets/seBirthWidgets.tw +++ b/src/pregmod/widgets/seBirthWidgets.tw @@ -900,8 +900,9 @@ All in all, <<run $slaves[$i].curBabies.splice($slaves[$i].curBabies[_cb], 1)>> <<set _cb--, _curBabies-->> <<elseif $slaves[$i].curBabies[_cb].reserve == "nursery">> - <<set $activeChild = generateChild($slaves[$i], $slaves[$i].curBabies[_cb])>> - <<include "Nursery Workaround">> + <<if $cribs.length < $nursery>> + <<run App.Facilities.Nursery.newChild(generateChild($slaves[$i], $slaves[$i].curBabies[_cb]))>> + <</if>> <<run $slaves[$i].curBabies.splice($slaves[$i].curBabies[_cb], 1)>> <<set _cb--, _curBabies-->> <</if>> -- GitLab