Skip to content
Snippets Groups Projects
Commit f303211a authored by lowercasedonkey's avatar lowercasedonkey
Browse files

RESS outfits

parent a8ca5ed8
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,28 @@
<<else>>
<<set $activeSlave.clothes = "spats and a tank top">>
<</if>>
<<case "lazy evening">>
<<if getLimbCount($activeSlave, 102) > 2>>
<<set $activeSlave.clothes = "an oversized t-shirt">>
<<elseif $activeSlave.boobs > 4000>>
<<set $activeSlave.clothes = "an oversized t-shirt">> /* loose pajama top */
<<elseif $activeSlave.intelligence+$activeSlave.intelligenceImplant > 50>>
<<set $activeSlave.clothes = "a halter top dress">>
<<elseif $activeSlave.muscles > 30>>
<<if isItemAccessible("sport shorts")>>
<<if $activeSlave.boobs >= 650>>
<<set $activeSlave.clothes = "sport shorts and a sports bra">>
<<else>>
<<set $activeSlave.clothes = "sport shorts">>
<</if>>
<<else>>
<<set $activeSlave.clothes = "spats and a tank top">>
<</if>>
<<elseif $activeSlave.energy > 95>>
/* No custom outfit defined */
<<else>>
<<set $activeSlave.clothes = "conservative clothing">>
<</if>>
<<case "mean girls">>
 
<</switch>>
......@@ -4233,6 +4255,7 @@ $He saunters over and
kneels obediently
<</if>>
in front of you, awaiting further direction.
/* If you are updating below, please consider updating the vector art swaps at the top to match. */
<<if getLimbCount($activeSlave, 102) > 2>>
Clad in an antique T-Shirt referencing some defunct old world website, $his P-Limbs stand in stark contrast — gyros and servomotors against simple thread and cloth. With such tangible examples of the technological prowess of the Free Cities serving as $his limbs, $his <<if $activeSlave.belly >= 5000>>taut <</if>>shirt is an amusing testimonial to how far behind the old world stands in contrast to the new.
<<elseif $activeSlave.boobs > 4000>>
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