From e9f966ae3f80f1fc2d03177533aca35dac21cee8 Mon Sep 17 00:00:00 2001 From: inducedNCS <kidkinster@gmail.com> Date: Mon, 28 May 2018 21:17:56 -0600 Subject: [PATCH] induced NCS, returned ++butt and clear hostage 1] Re-added the slave butt pluses that got removed somehow. 2] Added Hostage unsetting. - modified: src/uncategorized/pRivalryActions.tw - modified: src/uncategorized/pRivalryHostage.tw --- src/uncategorized/pRivalryActions.tw | 2 ++ src/uncategorized/pRivalryHostage.tw | 1 + 2 files changed, 3 insertions(+) diff --git a/src/uncategorized/pRivalryActions.tw b/src/uncategorized/pRivalryActions.tw index 53e98e76ed1..5478bc8cbd2 100644 --- a/src/uncategorized/pRivalryActions.tw +++ b/src/uncategorized/pRivalryActions.tw @@ -191,6 +191,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.devotion -= 5>> <<set $hostage.boobs += 1000>> <<set $hostage.weight = 0>> + <<set $hostage.butt = 4>> <<set $hostage.behavioralFlaw = "anorexic">> <<set $hostage.sexualFlaw = "shamefast">> standing in front of a mirror sobbing as droplets of milk form on her $hostage.nipples nipples, courtesy of her newly implanted lactation drugs. @@ -208,6 +209,7 @@ Your inter-arcology war with the arcology owner behind the Daughters of Liberty <<set $hostage.weight = 10>> <<set $hostage.vaginalCount += 28>> <<set $hostage.vagina = 2>> + <<set $hostage.butt = 2>> <<set $hostage.behavioralFlaw = "anorexic">> <<set $hostage.sexualFlaw = "hates penetration">> struggling with a feeding tube down her throat, her belly heavily bloated with fattening slave food and her body already looking a little soft. She is being forcibly fucked, her middle jiggling with each thrust; 28 tallies are already drawn over her pussy. diff --git a/src/uncategorized/pRivalryHostage.tw b/src/uncategorized/pRivalryHostage.tw index c947ad03515..3a5e0622763 100644 --- a/src/uncategorized/pRivalryHostage.tw +++ b/src/uncategorized/pRivalryHostage.tw @@ -34,6 +34,7 @@ <<set $activeSlave.daughters = 0>> <<if $arcologies[0].FSSupremacistRace != 0>><<set $activeSlave.race = $arcologies[0].FSSupremacistRace>><</if>> <<NationalityToName $activeSlave>> +<<set $activeSlave.inducedNCS = 0, $activeSlave.NCSyouthening = 0>> <<set $activeSlave.slaveName = $activeSlave.birthName>> <<set $activeSlave.slaveSurname = $activeSlave.birthSurname>> -- GitLab