diff --git a/devTools/javaSanityCheck/twineTags b/devTools/javaSanityCheck/twineTags index 5385eba72a4ffffe21a445d10cd75c05a326ded5..0fdf20107e87124a892970ed76f85082dfdbec76 100644 --- a/devTools/javaSanityCheck/twineTags +++ b/devTools/javaSanityCheck/twineTags @@ -30,6 +30,7 @@ timed;1 unset;0 widget;1 =;0 +button;1 # # Twine logic ### DO NOT TOUCH ### if;1 diff --git a/src/interaction/policies/policies.js b/src/interaction/policies/policies.js index b9d158e865fa0d0675389000872234a1030b9436..74740974466bc66771ceefe17fb464803e29b41a 100644 --- a/src/interaction/policies/policies.js +++ b/src/interaction/policies/policies.js @@ -34,7 +34,7 @@ globalThis.policies = (function() { } } - if (V.releaseID < 1068) { + if (V.releaseID < 1069) { V.policies.childProtectionAct = V.childProtectionAct; V.policies.culturalOpenness = V.CulturalOpenness; V.policies.sexualOpeness = V.sexualOpeness; diff --git a/src/npc/interaction/fKiss.tw b/src/npc/interaction/fKiss.tw index b89759204f93bf13569e8cac5aed477373499399..55b7b267b2bcca0ad49ce1939c854a2b6eb101d7 100644 --- a/src/npc/interaction/fKiss.tw +++ b/src/npc/interaction/fKiss.tw @@ -233,7 +233,7 @@ Then, you gently raise $his <<if getSlave($AS).face > 95>>heartrendingly beautif <<if (getSlave($AS).teeth == "pointy")>> $He's very careful to avoid spearing your tongue with $his sharp teeth. <<elseif (getSlave($AS).teeth == "fangs")>> - $He's very careful to avoid spearing your tounge with $his fangs. + $He's very careful to avoid spearing your tongue with $his fangs. <<elseif (getSlave($AS).teeth == "fang")>> $He's very careful to avoid poking you with $his fang. <</if>> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index d5b3c0d1fec51e3a45ba98baaa3576a8d81440c8..3a4e300f5db25cdffe15618520a0cd35ae1a68f7 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -208,7 +208,7 @@ <<set _numFacilities = $brothel+$club+$dairy+$farmyard+$servantsQuarters+$masterSuite+$spa+$nursery+$clinic+$schoolroom+$cellblock+$arcade+$HGSuite>> <<if _numFacilities > 0>> - Transfer to: <<= App.UI.jobLinks.transfers(V.activeSlave.ID)>> + Transfer to: <<= App.UI.jobLinks.transfers($activeSlave.ID)>> <</if>> /* closes _numFacilities */ <div id="fucktoypref"></div> diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw index c9d05aa1ffcf19f7379f008ff7a719db9e93ed4e..f25fefd6d25b6bb3577b6fdbed8131f8bff8f058 100644 --- a/src/utility/birthWidgets.tw +++ b/src/utility/birthWidgets.tw @@ -1024,7 +1024,7 @@ While heading for the changing room before a nice soak,$slaves[$i].slaveName's water breaks. $He hurries into the changing room only to find it unusually crowded. Without any choice left, $he assumes a birthing position. <<set $humiliation = 1>> <<ClothingBirth>> - Several of the other slaves present help $him with $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> while the rest finish pleasuring themselves from the show. <<_S.Attendant>>_S.Attendant.slaveName, lured in by the commotion, shoos the other slaves out and helps the new mother to a private relaxation room to unwind<<else>>Soon a servant arrives to take $his child<<if $slaves[$i].pregType > 1>>ren<</if>> away, and $he is ushered into the bath to clean up and relax<</if>>. + Several of the other slaves present help $him with $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> while the rest finish pleasuring themselves from the show. <<if _S.Attendant>>_S.Attendant.slaveName, lured in by the commotion, shoos the other slaves out and helps the new mother to a private relaxation room to unwind<<else>>Soon a servant arrives to take $his child<<if $slaves[$i].pregType > 1>>ren<</if>> away, and $he is ushered into the bath to clean up and relax<</if>>. <</if>> <</if>>