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

change to a "surgery" category

parent b5ccbff4
Branches
Tags
No related merge requests found
...@@ -138,11 +138,6 @@ ...@@ -138,11 +138,6 @@
There is a small but handsome suite next to yours reserved for the Head Girl. There is a small but handsome suite next to yours reserved for the Head Girl.
<</if>> <</if>>
</div> </div>
</p>
<h2>Penthouse Minor Facilities</h2>
<p>
<div> <div>
<<if $dojo == 0>> <<if $dojo == 0>>
[[Set up a personal armory to support a bodyguard|Manage Penthouse][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "capEx"), $dojo = 1, $PC.skill.engineering += 1]] [[Set up a personal armory to support a bodyguard|Manage Penthouse][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "capEx"), $dojo = 1, $PC.skill.engineering += 1]]
...@@ -154,6 +149,31 @@ ...@@ -154,6 +149,31 @@
There is a small armory next to your office that can support a bodyguard, with a little room for them to rest in when off duty. There is a small armory next to your office that can support a bodyguard, with a little room for them to rest in when off duty.
<</if>> <</if>>
</div> </div>
<div>
<<if !$toyShop>>
[[Install a workshop for making custom toys|Manage Penthouse][cashX(-10000, "capEx"), $toyShop = true, $PC.skill.engineering += .1]]
<span class="detail">Costs <<print cashFormat(10000)>></span>
<<else>>
There is a [[workshop|Toy Shop]] for making custom toys.
<</if>>
</div>
</p>
<h2>Surgery</h2>
<p>
<div>
<<if $surgeryUpgrade == 0>>
<<if $rep > 10000>>
[[Upgrade the remote surgery|Manage Penthouse][cashX(forceNeg(Math.trunc(50000*$upgradeMultiplierArcology)), "capEx"), $surgeryUpgrade = 1, $PC.skill.engineering += 1]]
<span class="detail">Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>></span>
<<else>>
<span class="note">You lack the reputation to secure rare surgery upgrades.</span>
<</if>>
<<else>>
Your remote surgery has been heavily upgraded and customized.
<</if>>
</div>
<div> <div>
<<if $dispensary == 0>> <<if $dispensary == 0>>
...@@ -253,14 +273,20 @@ ...@@ -253,14 +273,20 @@
</div> </div>
<</if>> <</if>>
<div> <<if $seePreg == 1>>
<<if !$toyShop>> <div>
[[Install a workshop for making custom toys|Manage Penthouse][cashX(-10000, "capEx"), $toyShop = true, $PC.skill.engineering += .1]] <<if $pregnancyMonitoringUpgrade == 0>>
<span class="detail">Costs <<print cashFormat(10000)>></span> <<if $rep > 10000>>
<<else>> [[Upgrade the pregnancy monitoring systems|Manage Penthouse][cashX(forceNeg(Math.trunc(30000*$upgradeMultiplierArcology)), "capEx"), $pregnancyMonitoringUpgrade = 1, $PC.skill.engineering += 1]]
There is a [[workshop|Toy Shop]] for making custom toys. <span class="detail">Costs <<print cashFormat(Math.trunc(30000*$upgradeMultiplierArcology))>></span>
<</if>> <<else>>
</div> <span class="note">You lack the reputation to purchase improved pregnancy monitoring systems.</span>
<</if>>
<<else>>
Your pregnancy monitoring systems have been heavily upgraded.
<</if>>
</div>
<</if>>
</p> </p>
<h2>Penthouse Upgrades</h2> <h2>Penthouse Upgrades</h2>
...@@ -418,36 +444,6 @@ ...@@ -418,36 +444,6 @@
</div> </div>
</p> </p>
<p>
<div>
<<if $surgeryUpgrade == 0>>
<<if $rep > 10000>>
[[Upgrade the remote surgery|Manage Penthouse][cashX(forceNeg(Math.trunc(50000*$upgradeMultiplierArcology)), "capEx"), $surgeryUpgrade = 1, $PC.skill.engineering += 1]]
<span class="detail">Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>></span>
<<else>>
<span class="note">You lack the reputation to secure rare surgery upgrades.</span>
<</if>>
<<else>>
Your remote surgery has been heavily upgraded and customized.
<</if>>
</div>
<<if $seePreg == 1>>
<div>
<<if $pregnancyMonitoringUpgrade == 0>>
<<if $rep > 10000>>
[[Upgrade the pregnancy monitoring systems|Manage Penthouse][cashX(forceNeg(Math.trunc(30000*$upgradeMultiplierArcology)), "capEx"), $pregnancyMonitoringUpgrade = 1, $PC.skill.engineering += 1]]
<span class="detail">Costs <<print cashFormat(Math.trunc(30000*$upgradeMultiplierArcology))>></span>
<<else>>
<span class="note">You lack the reputation to purchase improved pregnancy monitoring systems.</span>
<</if>>
<<else>>
Your pregnancy monitoring systems have been heavily upgraded.
<</if>>
</div>
<</if>>
</p>
<p> <p>
<<if $rep >= 10000>> <<if $rep >= 10000>>
[[Black Market|The Black Market]] [[Black Market|The Black Market]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment