From c864618b6a972244ea9d1873752f6979df32d057 Mon Sep 17 00:00:00 2001 From: klorpa <30924131+klorpa@users.noreply.github.com> Date: Fri, 7 Dec 2018 12:15:25 -0600 Subject: [PATCH] ThanksKopareigns --- devNotes/AnatomyOfAFreeCitiesEvent.txt | 6 +- devNotes/Useful JS Function Documentation.txt | 4 - devNotes/VersionChangeLog-Premod+LoliMod.txt | 2 - .../clothing hair and accessory passages.txt | 9 +- slave variables documentation - Pregmod.txt | 14 ++- src/SecExp/secBarracks.tw | 32 +------ src/SpecialForce/Upgrades.tw | 17 ---- src/art/vector/Chastity_Belt.tw | 88 +++++++++---------- src/facilities/farmyard/farmyardAnimals.tw | 7 -- src/gui/Encyclopedia/encyclopedia.tw | 1 - src/npc/descriptions/fBellyFuck.tw | 30 +++---- src/pregmod/beastFuck.tw | 2 +- src/pregmod/beastFucked.tw | 2 +- src/pregmod/fSlaveFeed.tw | 1 - src/pregmod/fSlaveSlaveDickConsummate.tw | 1 - src/pregmod/reLegendaryWomb.tw | 2 +- src/uncategorized/RESS.tw | 1 - src/uncategorized/RETS.tw | 1 - src/uncategorized/managePenthouse.tw | 1 - src/uncategorized/reLegendaryEntertainer.tw | 1 - src/uncategorized/summaryOptions.tw | 1 - src/utility/birthWidgets.tw | 52 ++++++----- src/utility/slaveCreationWidgets.tw | 1 - 23 files changed, 103 insertions(+), 173 deletions(-) diff --git a/devNotes/AnatomyOfAFreeCitiesEvent.txt b/devNotes/AnatomyOfAFreeCitiesEvent.txt index 79ac54490e3..999ab05bc01 100644 --- a/devNotes/AnatomyOfAFreeCitiesEvent.txt +++ b/devNotes/AnatomyOfAFreeCitiesEvent.txt @@ -23,7 +23,7 @@ Most events have some kind of precondition for when they happen. Scheduled event <<set $badC = 1>> <<goto "Nonrandom Event">> <</if>> - + If it is week fourteen and the player hasn't ready seen the event, a check is then made for slaves that either are on curatives or have their implants filled by curatives. If it was successful then load the "bad curatives" generic event, if unsuccessful set the flag anyway and read from the Nonrandom Event passage. Immediate effects @@ -47,7 +47,7 @@ Every event can have immediate effects, which happen when the event gets chosen. <</if>> <<else>> - If cheat mode is enabled and the user presses the space bar go back to the start. + If cheat mode is enabled and the user presses the space bar go back to the start. Main event text The bulk of the writing will be in the main event text. There are quite a few rules to deal with here. @@ -100,7 +100,7 @@ For example this cut up version of "paternalist encounter" from REFS (l:106-139) <</link>> <<if $cash >= 2000>> <br><<link "Take the poor slave girl into your custody">> - + <br><<link "Publicly confront the citizen">> So here you can either, A) "Alert your drones and keep walking", B) if $cash is above 2000 you can take acquire the slave or C) "Publicly confront the citizen". diff --git a/devNotes/Useful JS Function Documentation.txt b/devNotes/Useful JS Function Documentation.txt index f3b4d7da46d..cd87bd9f5a0 100644 --- a/devNotes/Useful JS Function Documentation.txt +++ b/devNotes/Useful JS Function Documentation.txt @@ -125,9 +125,6 @@ isVegetable(slave) - Returns if the slave is mindbroken. overpowerCheck(slave, PC) - Returns an integer that represents the chance of a slave overpowering the player. - - - Display Functions: properTitle() - Returns the player's proper title. (customTitle, Sir, Ma'am) @@ -319,7 +316,6 @@ $slave.bellyPreg = WombGetWolume($slave) - return double, with current womb volu findFather(ID) - searches for the ID given and returns an object or undefined - Other Functions: isItemAccessible(itemName) - Returns if the string is available for use. Defaults to true. diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index cc3f48208a1..ad23e225ad4 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -6847,8 +6847,6 @@ -integrated >>56001 -more work on relations, not ready for play yet - - 01/27/17 0.9.5.3 diff --git a/devNotes/clothing hair and accessory passages.txt b/devNotes/clothing hair and accessory passages.txt index 769ea074b78..1855d58e5ae 100644 --- a/devNotes/clothing hair and accessory passages.txt +++ b/devNotes/clothing hair and accessory passages.txt @@ -6,7 +6,7 @@ Hair: descriptionWidgetsStyle.tw salon.tw cosmeticRulesAssistant.tw - + Possible: generateXXSlave.tw generateXYSlave.tw @@ -25,7 +25,7 @@ Hair: newSlaveIntro.tw newChildIntro.tw RESS.tw - + Clothes: Definite: @@ -64,7 +64,7 @@ Shoes: wardrobeUse.tw slaveSummaryWidgets.tw rulesAssistant.tw - + Possible: saLongTermEffects.tw saClothes.tw @@ -104,7 +104,7 @@ Collars: saChoosesOwnClothes.tw eventSelectionJS.tw assayWidgets.tw - + -------------------------------------------------------------------------------------- OUTFITS BY TYPE - FOR REFERENCE ONLY @@ -185,4 +185,3 @@ MILITARY/LAW ENFORCEMENT Battlearmor Cybersuit Police outfit [Not in-game yet] - diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index 81422355c48..0ae410d4d44 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -2700,7 +2700,7 @@ sexualQuirk: "unflinching" - willing to do anything "size queen" - prefers big cocks -geneticQuirks: +geneticQuirks: 0 - does not have 1 - carrier @@ -3148,19 +3148,19 @@ What species of ovum she produces. reservedChildren: How many of her children are tagged to be incubated. Carefully balanced, do not manually touch. -! Secondary|legacy. Can be used for caching only, use JS: +! Secondary|legacy. Can be used for caching only, use JS: WombSetGenericReserve(slave, "incubator", reservedChildren) to setup primary data. Not add count, but set it to reservedChildren - WombCleanGenericReserve(slave, "incubator", reservedChildren) to remove reserve. To clean all incubator reserve use 9999 for reservedChildren. + WombCleanGenericReserve(slave, "incubator", reservedChildren) to remove reserve. To clean all incubator reserve use 9999 for reservedChildren. reservedChildrenNursery: How many of her children are tagged to be put in the Nursery. Highly likely to break. -! Secondary|legacy. Can be used for caching only, use JS: +! Secondary|legacy. Can be used for caching only, use JS: WombSetGenericReserve(slave, "nursery", reservedChildren) to setup primary data. Not add count, but set it to reservedChildren - WombCleanGenericReserve(slave, "nursery", reservedChildren) to remove reserve. To clean all nursery reserve use 9999 for reservedChildren. + WombCleanGenericReserve(slave, "nursery", reservedChildren) to remove reserve. To clean all nursery reserve use 9999 for reservedChildren. - Reserve type ("incubator", "nursery", etc) do not affect each other types, and can be safely used without any checks. + Reserve type ("incubator", "nursery", etc) do not affect each other types, and can be safely used without any checks. Also if you try to reserve more then available and not already reserved fetuses in slave womb, will be reserved only actually existing free fetuses. If you try to clean reserve more then present - wil be cleaned only actually existing reserve. These reserve functions always use first available fetus(es) - this will be most ready to birth fetuses (older). @@ -3434,8 +3434,6 @@ Once finished, add it into "customSlavesDatabase". To test if your slave is functioning, start up a normal game, swap to cheat mode, max your rep, and view other slaveowner's stock in the slave market. If you cannot find your slave in the list, and you didn't start the game with your slave, you should double check your slave for errors. If a slave named "Blank" is present, then you likely messed up. Once you find your slave, check their description to make sure it is correct. If it is not, you messed up somewhere in setting them up. - - @@.green; - something good or health/libido/attraction gain @@.red; - something bad or health/libido/attraction loss @@.hotpink; - devotion gain diff --git a/src/SecExp/secBarracks.tw b/src/SecExp/secBarracks.tw index 56f80a9ce5a..909102cca41 100644 --- a/src/SecExp/secBarracks.tw +++ b/src/SecExp/secBarracks.tw @@ -191,17 +191,7 @@ You are free to organize your menial slaves into fighting units. Currently you h <<if $helots > 0 && $activeUnits < $maxUnits>> <br> <<link "Form a new unit" "secBarracks">> - <<if (((($createdSlavesUnits)%100) == 10) || ((($createdSlavesUnits)%100) == 11) || ((($createdSlavesUnits)%100) == 12))>> - <<set _name = (1+$createdSlavesUnits) + "th slave platoon">> - <<elseif (($createdSlavesUnits)%10) == 0>> - <<set _name = (1+$createdSlavesUnits) + "st slave platoon">> - <<elseif (($createdSlavesUnits)%10) == 1>> - <<set _name = (1+$createdSlavesUnits) + "nd slave platoon">> - <<elseif (($createdSlavesUnits)%10) == 2>> - <<set _name = (1+$createdSlavesUnits) + "rd slave platoon">> - <<else>> - <<set _name = (1+$createdSlavesUnits) + "th slave platoon">> - <</if>> + <<set _name = "<<= ordinalSuffix($createdMercUnits+1)>> slave platoon">> <<if $helots >= $maxTroops>> <<set _newUnit = { ID: 0, @@ -343,15 +333,7 @@ __Militia__ <<if $militiaFreeManpower > 0 && $activeUnits < $maxUnits>> <br> <<link "Form a new unit" "secBarracks">> - <<if $createdMilitiaUnits == 0>> - <<set _name = (1+$createdMilitiaUnits) + "st citizens' platoon">> - <<elseif $createdMilitiaUnits == 1>> - <<set _name = (1+$createdMilitiaUnits) + "nd citizens' platoon">> - <<elseif $createdMilitiaUnits == 2>> - <<set _name = (1+$createdMilitiaUnits) + "rd citizens' platoon">> - <<else>> - <<set _name = (1+$createdMilitiaUnits) + "th citizens' platoon">> - <</if>> + <<set _name = "<<= ordinalSuffix($createdMercUnits+1)>> citizens' platoon">> <<if $militiaFreeManpower >= $maxTroops>> <<set _newUnit = { ID: 0, @@ -493,15 +475,7 @@ __Mercenaries__ <<if $mercFreeManpower > 0 && $activeUnits < $maxUnits>> <br> <<link "Form a new unit" "secBarracks">> - <<if $createdMercUnits == 0>> - <<set _name = (1+$createdMercUnits) + "st mercenary platoon">> - <<elseif $createdMercUnits == 1>> - <<set _name = (1+$createdMercUnits) + "nd mercenary platoon">> - <<elseif $createdMercUnits == 2>> - <<set _name = (1+$createdMercUnits) + "rd mercenary platoon">> - <<else>> - <<set _name = (1+$createdMercUnits) + "th mercenary platoon">> - <</if>> + <<set _name = "<<= ordinalSuffix($createdMercUnits+1)>> mercenary platoon">> <<if $mercFreeManpower >= $maxTroops>> <<set _newUnit = { ID: 0, diff --git a/src/SpecialForce/Upgrades.tw b/src/SpecialForce/Upgrades.tw index 7e63b8de148..5b7bf5cb7d2 100644 --- a/src/SpecialForce/Upgrades.tw +++ b/src/SpecialForce/Upgrades.tw @@ -13,7 +13,6 @@ <br>Which facility or equipment do you wish to upgrade this week? <br><br> - <<if $SFUnit.Firebase < 5||_T1 && $SFUnit.Firebase < _FU>> <<set _cF = Math.ceil(100000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Firebase/100)))>> @@ -33,7 +32,6 @@ <</if>> <span style="float:right;"> <<print progress($SFUnit.Firebase)>> </span><br> - <<if $SFUnit.Armoury < 5||_T1 && $SFUnit.Armoury < _AU>> <<set _cA = Math.ceil(40000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Armoury/100)))>> @@ -53,7 +51,6 @@ <</if>> <span style="float:right;"> <<print progress($SFUnit.Armoury)>> </span><br> - <<if $SFUnit.Drugs < 5||_T1 && $SFUnit.Drugs < _DrugsU>> <<set _cDrugs = Math.ceil(40000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Drugs/100)))>> @@ -73,7 +70,6 @@ <</if>> <span style="float:right;"> <<print progress($SFUnit.Drugs)>> </span><br> - <<if $SFUnit.Firebase >= 2 && ($SFUnit.Drones < 5 ||_T1 && $SFUnit.Drones < _DU)>> <<set _cDrones = Math.ceil(45000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Drones/100))*HSM())>> @@ -91,7 +87,6 @@ <<elseif _T1 && $SFUnit.Drones == 5>>//More upgrades are required to unlock the next tier.//<span style="float:right;"> <<print progress($SFUnit.Drones)>> </span><</if>> - <<if $SFUnit.Firebase >= 1 && $terrain !== "oceanic">><br>''Garage'' <div style="margin-left:2em"><<if ($SFUnit.AV < 5||_T1 && $SFUnit.AV < _AVU)>> @@ -113,7 +108,6 @@ <</if>></div> - <div style="margin-left:2em"><<if ($SFUnit.TV < 5||_T1 && $SFUnit.TV < _TVU)>> <<set _cTV = Math.ceil(60000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.TV/100)))>> @@ -131,7 +125,6 @@ <<else>>//More upgrades are required to unlock the next tier.//<span style="float:right;"> <<print progress($SFUnit.TV)>> </span><</if>></div> - <div style="margin-left:2em"><<if _T1 && $SFUnit.PGT < _PGTU>> <<set _cPGT = Math.ceil(735000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.PGT/100)))>> @@ -149,7 +142,6 @@ <<elseif $SFUnit.PGT == _PGTU>>//The Prototype Goliath Tank has been fully upgraded.//<span style="float:right;"> <<print progress($SFUnit.PGT)>> </span><</if>></div><</if>> - <<if $SFUnit.Firebase >= 4>>''Hangar'' <div style="margin-left:2em"><<if $SFUnit.AA < 5||_T1 && $SFUnit.AA < _AAU>> @@ -169,7 +161,6 @@ <<else>>//More upgrades are required to unlock the next tier.//<span style="float:right;"> <<print progress($SFUnit.AA)>> </span><</if>></div> - <div style="margin-left:2em"><<if $SFUnit.TA < 5||_T1 && $SFUnit.TA < _TAU>> <<set _cTA = Math.ceil(70000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.TA/100)))>> @@ -187,7 +178,6 @@ <<else>>//More upgrades are required to unlock the next tier.//<span style="float:right;"> <<print progress($SFUnit.TA)>> </span><</if>></div> - <div style="margin-left:2em"><<if _T1 && $SFUnit.SpacePlane < _SPU>> <<set _cSP = Math.ceil(250000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.SpacePlane/100))*HSM())>> @@ -205,7 +195,6 @@ <<elseif $SFUnit.SpacePlane == _SPU>>//The Spaceplane has been fully upgraded.//<span style="float:right;"> <<print progress($SFUnit.SpacePlane)>> </span><</if>></div> - <div style="margin-left:2em"><<if _T1 && $SFUnit.GunS < _GunSU>> <<set _cGunS = Math.ceil(350000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.GunS/100))*HSM())>> @@ -223,7 +212,6 @@ <<elseif $SFUnit.GunS == _GunSU>>//The Gunship has been fully upgraded.//<span style="float:right;"> <<print progress($SFUnit.GunS)>> </span><</if>></div><</if>> - <<if _T1>>''Launch Bay'' <div style="margin-left:2em"><<if $SFUnit.Satellite < _SatU && $SatLaunched < 1>> @@ -243,7 +231,6 @@ <<else>>//The Satellite has been fully upgraded.//<span style="float:right;"><<print progress($SFUnit.Satellite)>></span><</if>></div> - <<if $terrain !== "oceanic">> <div style="margin-left:2em"><<if $SFUnit.GiantRobot < _GRU>> @@ -263,7 +250,6 @@ <<else>>//The Giant Robot has been fully upgraded.//<span style="float:right;"> <<print progress($SFUnit.GiantRobot)>> </span><</if>></div><</if>> - <div style="margin-left:2em"><<if $SFUnit.MissileSilo < _MSU>> <<set _cMS = Math.ceil(565000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.MissileSilo/100))*HSM())>> @@ -281,7 +267,6 @@ <<else>>//The Cruise Missile has been fully upgraded.//<span style="float:right;"> <<print progress($SFUnit.MissileSilo)>> </span><</if>></div><</if>> - <<if _T1 && ($terrain == "oceanic" || $terrain == "marine")>>''Naval Yard'' <div style="margin-left:2em"><<if $SFUnit.AircraftCarrier < _ACU>> @@ -301,7 +286,6 @@ <<else>>//The Aircraft Carrier has been fully upgraded.//<span style="float:right;"> <<print progress($SFUnit.AircraftCarrier)>> </span><</if>></div> - <div style="margin-left:2em"><<if $SFUnit.Sub < _SubU>> <<set _cSub = Math.ceil(700000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Sub/100))*HSM())>> @@ -319,7 +303,6 @@ <<else>>//The Submarine has been fully upgraded.//<span style="float:right;"> <<print progress($SFUnit.Sub)>> </span><</if>></div> - <div style="margin-left:2em"><<if $SFUnit.HAT < _HATU>> <<set _cHAT = Math.ceil(665000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.HAT/100)))>> diff --git a/src/art/vector/Chastity_Belt.tw b/src/art/vector/Chastity_Belt.tw index a0e1a570bbb..e900a5ccb75 100644 --- a/src/art/vector/Chastity_Belt.tw +++ b/src/art/vector/Chastity_Belt.tw @@ -14,7 +14,7 @@ <<include Art_Vector_Chastity_Vagina_Fat>> <<elseif _artSlave.weight < 11 && _artSlave.weight > -31>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base_Chubby>> + <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight <= -31>> <<include Art_Vector_Chastity_Anus>> <<include Art_Vector_Chastity_Base>> @@ -26,13 +26,13 @@ <<include Art_Vector_Chastity_Vagina_Fat>> <<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base_Chubby>> + <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 0 && _artSlave.weight > -96>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight <= -96>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <</if>> <<elseif _artSlave.waist < 41 && _artSlave.waist >= 11>> <<if _artSlave.weight >= 161>> @@ -41,13 +41,13 @@ <<include Art_Vector_Chastity_Vagina_Fat>> <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base_Chubby>> + <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 11 && _artSlave.weight > -31>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight <= -31>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <</if>> <<elseif _artSlave.waist < 11 && _artSlave.waist > -11>> <<if _artSlave.weight >= 191>> @@ -56,48 +56,48 @@ <<include Art_Vector_Chastity_Vagina_Fat>> <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base_Chubby>> + <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight < 0 && _artSlave.weight > -96>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight <= -96>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <</if>> <<elseif _artSlave.waist <= -11 && _artSlave.waist > -41>> <<if _artSlave.weight >= 161>> <<include Art_Vector_Chastity_Vagina_Fat>> <<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base_Chubby>> + <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight < 11 && _artSlave.weight > -31>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight <= -31>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <</if>> <<elseif _artSlave.waist <= -41 && _artSlave.waist > -96>> <<if _artSlave.weight >= 191>> <<include Art_Vector_Chastity_Vagina_Fat>> <<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base_Chubby>> + <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight < 31 && _artSlave.weight > -11>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight <= -11>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <</if>> <<elseif _artSlave.waist <= -96>> <<if _artSlave.weight >= 161>> @@ -105,10 +105,10 @@ <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight < 96 && _artSlave.weight > 0>> <<include Art_Vector_Chastity_Anus>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight <= 0>> <<include Art_Vector_Chastity_Anus>> <<include Art_Vector_Chastity_Base>> @@ -123,10 +123,10 @@ <<include Art_Vector_Chastity_Vagina_Fat>> <<elseif _artSlave.weight < 11 && _artSlave.weight > -31>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base_Chubby>> + <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight <= -31>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <</if>> <<elseif _artSlave.waist < 96 && _artSlave.waist >= 41>> <<if _artSlave.weight >= 131>> @@ -135,13 +135,13 @@ <<include Art_Vector_Chastity_Vagina_Fat>> <<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base_Chubby>> + <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 0 && _artSlave.weight > -96>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight <= -96>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <</if>> <<elseif _artSlave.waist < 41 && _artSlave.waist >= 11>> <<if _artSlave.weight >= 161>> @@ -150,13 +150,13 @@ <<include Art_Vector_Chastity_Vagina_Fat>> <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base_Chubby>> + <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 11 && _artSlave.weight > -31>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight <= -31>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <</if>> <<elseif _artSlave.waist < 11 && _artSlave.waist > -11>> <<if _artSlave.weight >= 191>> @@ -165,59 +165,59 @@ <<include Art_Vector_Chastity_Vagina_Fat>> <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base_Chubby>> + <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 31 && _artSlave.weight >= 0>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight < 0 && _artSlave.weight > -96>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight <= -96>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <</if>> <<elseif _artSlave.waist <= -11 && _artSlave.waist > -41>> <<if _artSlave.weight >= 161>> <<include Art_Vector_Chastity_Vagina_Fat>> <<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base_Chubby>> + <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 96 && _artSlave.weight >= 11>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight < 11 && _artSlave.weight > -31>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight <= -31>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <</if>> <<elseif _artSlave.waist <= -41 && _artSlave.waist > -96>> <<if _artSlave.weight >= 191>> <<include Art_Vector_Chastity_Vagina_Fat>> <<elseif _artSlave.weight < 191 && _artSlave.weight >= 131>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base_Chubby>> + <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 131 && _artSlave.weight >= 31>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight < 31 && _artSlave.weight > -11>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight <= -11>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <</if>> <<elseif _artSlave.waist <= -96>> <<if _artSlave.weight >= 161>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base_Chubby>> + <<include Art_Vector_Chastity_Base_Chubby>> <<elseif _artSlave.weight < 161 && _artSlave.weight >= 96>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight < 96 && _artSlave.weight > 0>> <<include Art_Vector_Chastity_Vagina>> - <<include Art_Vector_Chastity_Base>> + <<include Art_Vector_Chastity_Base>> <<elseif _artSlave.weight <= 0>> <<include Art_Vector_Chastity_Vagina>> <<include Art_Vector_Chastity_Base>> diff --git a/src/facilities/farmyard/farmyardAnimals.tw b/src/facilities/farmyard/farmyardAnimals.tw index f1d56847f97..4a4e6161953 100644 --- a/src/facilities/farmyard/farmyardAnimals.tw +++ b/src/facilities/farmyard/farmyardAnimals.tw @@ -155,7 +155,6 @@ <</if>> - <<if $farmyardCages > 0>> <br> Cats: @@ -284,16 +283,12 @@ <</if>> - - - <<if $farmyardKennels > 1 || $farmyardStable > 1 || $farmyardCages > 1>> <br> ''Exotic Animals'' <hr> - <<if $farmyardKennels > 1>> <br> Canines: @@ -353,7 +348,6 @@ <</if>> - <<if $farmyardStable > 1>> <br> Hooved Animals: @@ -372,7 +366,6 @@ <</if>> - <<if $farmyardCages > 1>> <br> Felines diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw index 3325f033520..4f149358293 100644 --- a/src/gui/Encyclopedia/encyclopedia.tw +++ b/src/gui/Encyclopedia/encyclopedia.tw @@ -442,7 +442,6 @@ SLAVES <br><br>//Slaves can have vaginas, dicks, or both. Slaves can work well with any of these. However, there are a few major effects. Naturally, slaves not born with a vagina cannot become pregnant. Slaves without a pussy cannot learn related sexual skills, and cannot teach them. However, slaves with dicks are better at training other slaves in many sexual skills. Finally, slaves without vaginas will often find public sexual slavery, whether for profit or not, more physically taxing.// - <<case "Nymphomania">> //The term 'nymphomania' as used in the Free Cities' slave society refers to a very different phenomenon than the clinically diagnosable condition of hypersexuality that it traditionally denoted. diff --git a/src/npc/descriptions/fBellyFuck.tw b/src/npc/descriptions/fBellyFuck.tw index b7061902c96..d1c57cf3100 100644 --- a/src/npc/descriptions/fBellyFuck.tw +++ b/src/npc/descriptions/fBellyFuck.tw @@ -55,34 +55,34 @@ You have $him brought to you so that you can fuck $his hyperpregnant body. <</if>> Once $he is situated in the center of your office, you walk a circle around $him, taking special care to <<if ($activeSlave.bellyTat == "a heart")>> - trace a hand over the obliterated heart shaped tattoo on the front of $his immensely stretched belly. + trace a hand over the obliterated heart shaped tattoo on the front of $his immensely stretched belly. <<elseif ($activeSlave.bellyTat == "a star")>> - trace a hand over the obliterated star shaped tattoo on the front of $his immensely stretched belly. + trace a hand over the obliterated star shaped tattoo on the front of $his immensely stretched belly. <<elseif ($activeSlave.bellyTat == "a butterfly")>> - trace a hand over the obliterated butterfly tattoo on the front of $his immensely stretched belly. + trace a hand over the obliterated butterfly tattoo on the front of $his immensely stretched belly. <<else>> - trace a hand over the obliterated, stretched out expanse of slightly darker flesh where $his belly button used to be. + trace a hand over the obliterated, stretched out expanse of slightly darker flesh where $his belly button used to be. <</if>> -<<if $activeSlave.devotion > 95>> - $He purrs in response to your touch, leaning forward against $his belly and <<if $activeSlave.amp == 1>>wiggles<<else>>lifts $his toes off the ground as $he spreads $his legs<</if>> in preparation for you. -<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> +<<if $activeSlave.devotion > 95>> + $He purrs in response to your touch, leaning forward against $his belly and <<if $activeSlave.amp == 1>>wiggles<<else>>lifts $his toes off the ground as $he spreads $his legs<</if>> in preparation for you. +<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> $He groans at your touch. <<else>> - $He winces at your touch. -<</if>> -When you get to $his rear, you slap $his + $He winces at your touch. +<</if>> +When you get to $his rear, you slap $his <<if $activeSlave.butt > 11>> insanely enormous ass, <<elseif $activeSlave.butt > 5>> - huge ass, + huge ass, <<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>> - jiggly, saline filled ass, + jiggly, saline filled ass, <<elseif $activeSlave.butt > 2>> - thick ass, + thick ass, <<else>> - pert ass, + pert ass, <</if>> -and then spread $his cheeks for easier access to $his <<if canDoVaginal($activeSlave)>>cunt. <<= VaginalVCheck()>><<else>>asshole. <<= AnalVCheck()>><</if>> Heaving upward, you push $him fully onto $his belly, then lean into $him, fucking $him in a unique spin on the wheelbarrow position<<if $PC.dick == 0>> with your strapon<</if>> and setting $his tightly packed gut to jiggling. $He moans in mixed pain and pleasure as you bring $him over the edge and, by the time you finish with $him and allow $him to return to $his duties, it's clear +and then spread $his cheeks for easier access to $his <<if canDoVaginal($activeSlave)>>cunt. <<= VaginalVCheck()>><<else>>asshole. <<= AnalVCheck()>><</if>> Heaving upward, you push $him fully onto $his belly, then lean into $him, fucking $him in a unique spin on the wheelbarrow position<<if $PC.dick == 0>> with your strapon<</if>> and setting $his tightly packed gut to jiggling. $He moans in mixed pain and pleasure as you bring $him over the edge and, by the time you finish with $him and allow $him to return to $his duties, it's clear <<if $activeSlave.belly > $activeSlave.pregAdaptation*2000>> that your recent escapades @@.red;have done lasting damage to $his body.@@ <<set $activeSlave.health -= 10>> diff --git a/src/pregmod/beastFuck.tw b/src/pregmod/beastFuck.tw index 4f5209cf1cf..d5fc35f1317 100644 --- a/src/pregmod/beastFuck.tw +++ b/src/pregmod/beastFuck.tw @@ -334,7 +334,7 @@ before calling in the _animal.species. The _animal.species slowly saunters up to <<if canWalk($activeSlave)>> $He uses <<if $activeSlave.vagina > 0>>a quick douche to clean $his <<if $activeSlave.vagina < 2>>tight<<elseif $activeSlave.vagina > 3>>loose<</if>> pussy<<else>>an enema to clean $his <<if $activeSlave.anus < 2>>tight<<elseif $activeSlave.anus < 3>>used<<else>>gaping<</if>> butthole<</if>>, - + <<switch $activeSlave.assignment>> <<case "work in the brothel">> just like $he does between each customer. diff --git a/src/pregmod/beastFucked.tw b/src/pregmod/beastFucked.tw index e3165b30c73..77acfa87f74 100644 --- a/src/pregmod/beastFucked.tw +++ b/src/pregmod/beastFucked.tw @@ -423,7 +423,7 @@ before calling in the _animal.species. The _animal.species slowly saunters up to <<if _sexAct != "oral">> <<if $postSexCleanUp > 0>> - + <<if ($activeSlave.vagina == 3)>> <<= capFirstChar(_animal.species)>> cum drips out of $his fucked-out hole. <<elseif ($activeSlave.vagina == 2)>> diff --git a/src/pregmod/fSlaveFeed.tw b/src/pregmod/fSlaveFeed.tw index cc64e709f38..a62597ff1b1 100644 --- a/src/pregmod/fSlaveFeed.tw +++ b/src/pregmod/fSlaveFeed.tw @@ -366,7 +366,6 @@ Next, you see to $activeSlave.slaveName. <<set $activeSlave.cumSource = $milkTap.ID>> - The first necessary step is to prepare the cum slave and $his cock and balls. <<if $milkTap.fuckdoll > 0>> diff --git a/src/pregmod/fSlaveSlaveDickConsummate.tw b/src/pregmod/fSlaveSlaveDickConsummate.tw index 21f1def255c..1c8b67c25be 100644 --- a/src/pregmod/fSlaveSlaveDickConsummate.tw +++ b/src/pregmod/fSlaveSlaveDickConsummate.tw @@ -35,7 +35,6 @@ You take a look at the bound cock toy. - <<if ($activeSlave.fetish == "mindbroken") && ($activeSlave.career != "a dairy cow") && ($activeSlave.career != "a breeding bull")>> Since $activeSlave.slaveName is mentally broken, the restraints don't do anything but set the scene. <<elseif ($activeSlave.devotion > 50)>> diff --git a/src/pregmod/reLegendaryWomb.tw b/src/pregmod/reLegendaryWomb.tw index 74961fdbb25..66dd28c5a28 100644 --- a/src/pregmod/reLegendaryWomb.tw +++ b/src/pregmod/reLegendaryWomb.tw @@ -14,7 +14,7 @@ <br><br> -This is a rare opportunity. The idea ofa pregnancy pageant isn't new but it is undeniably going to attract attention, so the pageant is likely to draw some serious press. Were $activeSlave.slaveName to win, $he would probably be remembered for a long time as a special mother. +This is a rare opportunity. The idea of a pregnancy pageant isn't new but it is undeniably going to attract attention, so the pageant is likely to draw some serious press. Were $activeSlave.slaveName to win, $he would probably be remembered for a long time as a special mother. <br><br> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index ce2a97a6c6a..7ed94f7b5e2 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -5453,7 +5453,6 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <</link>> - <<case "devoted lotion">> <<link "Apply lotion liberally">> diff --git a/src/uncategorized/RETS.tw b/src/uncategorized/RETS.tw index a56510c44d2..d6f0499eafb 100644 --- a/src/uncategorized/RETS.tw +++ b/src/uncategorized/RETS.tw @@ -995,7 +995,6 @@ while _he2 nurses. $activeSlave.slaveName notices you first, of course, and <<if $he adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of _his2 <<if $subSlave.lips > 95>>facepussy<<elseif $subSlave.lipsImplant > 0>>fake lips<<elseif $subSlave.lips > 20>>big lips<<else>>mouth<</if>> so _he2 can turn around and greet you too, but _he2 hurries back to the nipple afterward, and doesn't stop stimulating _his2 _mother for a moment. - <<default>> <br>ERROR: bad RETS event $RETSevent <</switch>> diff --git a/src/uncategorized/managePenthouse.tw b/src/uncategorized/managePenthouse.tw index 46c51ea9a6a..43bb2cc0de0 100644 --- a/src/uncategorized/managePenthouse.tw +++ b/src/uncategorized/managePenthouse.tw @@ -339,7 +339,6 @@ __Penthouse Upgrades__ <br> - <<if $cyberMod == 0>> <<switch $prostheticsUpgrade>> <<case 1>> diff --git a/src/uncategorized/reLegendaryEntertainer.tw b/src/uncategorized/reLegendaryEntertainer.tw index 9f805ea1bc8..5a7a369eb0f 100644 --- a/src/uncategorized/reLegendaryEntertainer.tw +++ b/src/uncategorized/reLegendaryEntertainer.tw @@ -72,4 +72,3 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom </span> <</if>> /* closes validity check */ - diff --git a/src/uncategorized/summaryOptions.tw b/src/uncategorized/summaryOptions.tw index 2bfbac40dab..64ba757bf06 100644 --- a/src/uncategorized/summaryOptions.tw +++ b/src/uncategorized/summaryOptions.tw @@ -21,7 +21,6 @@ <span id="OptionRulesAssistantMain"><<OptionRulesAssistantMain>></span> - <br><br> <span id="OptionDisplayAssignments"><<OptionDisplayAssignments>></span> diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw index 092eb05cb35..7c55e67cbbf 100644 --- a/src/utility/birthWidgets.tw +++ b/src/utility/birthWidgets.tw @@ -377,8 +377,6 @@ <</widget>> - - <<widget "AmpBirth">> <br> @@ -1346,7 +1344,7 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared <<else>> Quickly $he spreads $his legs apart and shifts $his panties aside before beginning to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. <</if>> - + <<case "cutoffs and a t-shirt">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. <<if $slaves[$i].mpreg == 1>>The seat of h<<else>>H<</if>>er jean cutoffs bulge as $his baby crowns into them as $he continues $his tasks, oblivious to the wetness and $his child's dilemma. Seeing $him in this state, someone manages to remove $his pants to allow $his body to finish giving birth. @@ -1395,7 +1393,7 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared <<else>> Quickly $he attempts to pull down $his stretch pants but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. $He can't hide what's happening between $his legs as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> of $his pants bulges as $his child crowns, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. The tight material stretches as $his child is born into it and with a little help they are removed so that $he may finish giving birth. <</if>> - + <<case "spats and a tank top">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. The material of $his spats is too tight to allow $his child to fully be born, trapping it in $his straining <<if $slaves[$i].mpreg == 1>>anus<<else>>pussy<</if>>. Ignoring the pain, $he begins anew on $his assigned task, $his <<if $slaves[$i].mpreg == 1>>pants<<else>>crotch<</if>> bulging lewdly, until someone manages to pants $him. With the way clear, $his child<<if $slaves[$i].pregType > 1>>ren promptly slip from $his stretched <<if $slaves[$i].mpreg == 1>>ass<<else>>cunt<</if>><<else>> quickly slips out of $his loosened <<if $slaves[$i].mpreg == 1>>ass<<else>>cunt<</if>> and into the world<</if>>. @@ -1444,14 +1442,14 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared <<else>> Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his abaya hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>. <</if>> - + <<case "a klan robe">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his robe hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>. <</if>> - + <<case "a hijab and blouse">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. @@ -1530,7 +1528,7 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared <<else>> Quickly $he attempts to remove $his leotard but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. The tight material stretches as $his child is born into it and with a little help $he's freed to finish giving birth. <</if>> - + <<case "a burkini">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching $his <<if $slaves[$i].mpreg == 1>>crotch<<else>>ass<</if>>. @@ -1562,7 +1560,7 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared <<else>> Quickly $he attempts to remove $his monokini but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. The tight material stretches as $his child is born into it and with a little help $he's freed to finish giving birth. <</if>> - + <<case "a cybersuit">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching $his <<if $slaves[$i].mpreg == 1>>crotch<<else>>ass<</if>>. @@ -1592,133 +1590,133 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared <<else>> Quickly $he attempts to undo $his zipper but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. The latex covering $his <<if $slaves[$i].mpreg == 1>>ass<<else>>crotch<</if>> bulges as $his child is born into it, making it even harder to unzip. As $he struggles between the newborn stuck in $his <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>> and the equally stuck zipper, someone comes to $his aid allowing $him to finish giving birth. <</if>> - + <<case "a military uniform">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his skirt hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>. <</if>> - + <<case "a schutzstaffel uniform">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> Quickly $he attempts to unfasten $his trousers but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. As $he crowns into $his pants, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his clothes and finish giving birth. <</if>> - + <<case "a slutty schutzstaffel uniform">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his skirt hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>. <</if>> - + <<case "a red army uniform">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his skirt hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>. <</if>> - + <<case "a long qipao">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his dress hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>. <</if>> - + <<case "battlearmor">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> Quickly $he attempts to unfasten $his armor but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. As $he crowns into $his armor, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his armor and finish giving birth. <</if>> - + <<case "a mounty outfit" "a police uniform" "leather pants and pasties" "leather pants" "jeans" "leather pants and a tube top">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> Quickly $he attempts to unfasten $his slacks but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. As $he crowns into $his pants, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his clothes and finish giving birth. <</if>> - + <<case "a dirndl">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his skirt hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>. <</if>> - + <<case "lederhosen">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> Quickly $he attempts to unfasten $his shorts but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. As $he crowns into $his shorts, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his clothes and finish giving birth. <</if>> - + <<case "a biyelgee costume">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his skirt hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>. <</if>> - + <<case "a nice nurse outfit" "a t-shirt and jeans">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. <<if $slaves[$i].mpreg == 1>>The seat of $his trousers<<else>>$His trousers<</if>> bulge as $his baby crowns into them as $he continues $his tasks oblivious to the wetness and $his child's dilemma. Seeing $him in this state, someone manages to remove $his pants to allow $his body to finish giving birth. <<else>> Quickly $he attempts to unfasten $his trousers but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. As $he crowns into $his pants, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his clothes and finish giving birth. <</if>> - + <<case "a nice pony outfit">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. <<if $slaves[$i].mpreg == 1>>The seat of $his trousers<<else>>$His trousers<</if>> bulge as $his baby crowns into them as $he continues $his tasks oblivious to the wetness and $his child's dilemma. Seeing $him in this state, someone manages to remove $his pants to allow $his body to finish giving birth. <<else>> Quickly $he attempts to unfasten $his leather bodysuit but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>. As $he crowns into $his pants, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his clothes and finish giving birth. <</if>> - + <<case "a mini dress">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his short dress reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>. <</if>> - + <<case "a gothic lolita dress" "a hanbok">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his dress reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>. <</if>> - + <<case "a bra" "a button-up shirt" "a sweater" "a tank-top" "a tube top" "a striped bra" "a skimpy loincloth" "a sports bra" "a t-shirt" "an oversized t-shirt">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his dress reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>. <</if>> - + <<case "an apron">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his frilly apron reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>. <</if>> - + <<case "a tube top and thong" "a button-up shirt and panties" "a thong" "a slutty klan robe" "a slutty pony outfit" "a sweater and panties" "a tank-top and panties" "a t-shirt and thong" "an oversized t-shirt and boyshorts" "boyshorts" "panties" "a t-shirt and panties" "panties and pasties" "striped underwear">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his underwear reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>. <</if>> - + <<case "cutoffs" "sport shorts and a t-shirt" "sport shorts and a sports bra" "a sweater and cutoffs" "sport shorts">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. <<else>> Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his shorts reveal what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>. <</if>> - + <<case "a one-piece swimsuit">> <<if $slaves[$i].fetish == "mindbroken">> Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw index 94ba78fb95b..a08471beb71 100644 --- a/src/utility/slaveCreationWidgets.tw +++ b/src/utility/slaveCreationWidgets.tw @@ -1114,7 +1114,6 @@ <</widget>> - /% Call as <<ChangeAttr 1 1>> $arg[0] is whether XX or XY. -- GitLab