Skip to content
Snippets Groups Projects
Commit 18ab3e76 authored by Pregmodder's avatar Pregmodder Committed by lowercasedonkey
Browse files

$activeArcology removal work

parent 18954fc6
No related branches found
No related tags found
No related merge requests found
...@@ -17,15 +17,11 @@ ...@@ -17,15 +17,11 @@
<<set $activeSlave.rivalry = 0, $activeSlave.rivalryTarget = 0>> <<set $activeSlave.rivalry = 0, $activeSlave.rivalryTarget = 0>>
<</if>> <</if>>
<<for _i = 0; _i < $arcologies.length; _i++>> <<set _neighborArcology = $arcologies.find(function(s) { return $subSlave.ID == s.leaderID; })>>
<<if $subSlave.ID == $arcologies[_i].leaderID>>
<<set $activeArcology = $arcologies[_i]>>
<</if>>
<</for>>
<<setLocalPronouns $subSlave 2>> <<setLocalPronouns $subSlave 2>>
Working in $activeArcology.name's penthouse office, $subSlave.slaveName gets a video call from you. Naturally, _his2 personal assistant program has been instructed to give these the highest priority, and your face appears in front of _him2 immediately. _He2 greets you properly, and asks you what _he2 can do to serve you. You tell _him2 you're planning to send one of your slaves over to _his2 arcology to assist _him2. Exchanges of this kind are neither unusual nor particularly interesting, so a slight look of perplexity clouds $subSlave.slaveName's face as _he2 wonders why this merits a personal call. Normally, <<if $HeadGirl != 0>>$HeadGirl.slaveName<<else>>$assistantName<</if>> would handle it with _him2 directly. Working in _neighborArcology.name's penthouse office, $subSlave.slaveName gets a video call from you. Naturally, _his2 personal assistant program has been instructed to give these the highest priority, and your face appears in front of _him2 immediately. _He2 greets you properly, and asks you what _he2 can do to serve you. You tell _him2 you're planning to send one of your slaves over to _his2 arcology to assist _him2. Exchanges of this kind are neither unusual nor particularly interesting, so a slight look of perplexity clouds $subSlave.slaveName's face as _he2 wonders why this merits a personal call. Normally, <<if $HeadGirl != 0>>$HeadGirl.slaveName<<else>>$assistantName<</if>> would handle it with _him2 directly.
<br><br> <br><br>
...@@ -63,6 +59,6 @@ $subSlave.slaveName smiles back at $him, glowing with pleasure, and responds wit ...@@ -63,6 +59,6 @@ $subSlave.slaveName smiles back at $him, glowing with pleasure, and responds wit
<<case "masochist">> <<case "masochist">>
"Can't wait to feel you hurt me again, babe," the masochistic "Can't wait to feel you hurt me again, babe," the masochistic
<<default>> <<default>>
"Babe, I can't wait to give you a hug and tell you about $activeArcology.name," the loving "Babe, I can't wait to give you a hug and tell you about _neighborArcology.name," the loving
<</switch>> <</switch>>
leader of an entire arcology <<say>>s. leader of an entire arcology <<say>>s.
\ No newline at end of file
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
<<set _minimumFive = $minimumSlaveCost * 5>> <<set _minimumFive = $minimumSlaveCost * 5>>
<<set _minimumTen = $minimumSlaveCost * 10>> <<set _minimumTen = $minimumSlaveCost * 10>>
<<set $activeArcology = 0>>
__Sex Slave Purchase Options__ __Sex Slave Purchase Options__
<br> <br>
//There are many different organizations to purchase slaves from, but many of them are selective about their customers and will only sell to you if you are reputable.// //There are many different organizations to purchase slaves from, but many of them are selective about their customers and will only sell to you if you are reputable.//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment