Skip to content
Snippets Groups Projects
Commit 843c8c2e authored by brickode's avatar brickode
Browse files

Minor changes

parent ca4745b3
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
<<set $nextButton = "Continue", $nextLink = "Slave Interact">> <<set $nextButton = "Continue", $nextLink = "Slave Interact">>
<<set $showEncyclopedia = 1>><<set $encyclopedia = "The Auto Salon">><<set _oldHLength = $activeSlave.hLength, _newHLength = 0>> <<set $showEncyclopedia = 1>><<set $encyclopedia = "The Auto Salon">>
<<set _oldHLength = $activeSlave.hLength, _newHLength = 0>>
<h1>The Auto Salon</h1> <h1>The Auto Salon</h1>
...@@ -433,7 +434,11 @@ Set horn color: ...@@ -433,7 +434,11 @@ Set horn color:
<</if>> <</if>>
| Custom length: <<textbox "_newHLength" _oldHLength "Salon">> | Custom length: <<textbox "_newHLength" _oldHLength "Salon">>
<<if $showInches >= 1>> <<if $showInches >= 1>>
cm (<<= cmToInchString($activeSlave.hLength)>>) <<if $showInches == 1>>
cm (<<= cmToInchString($activeSlave.hLength)>>)
<<else>>
in
<</if>>
[[Apply|Salon][cashX(forceNeg($modCost), "slaveMod", $activeSlave), $activeSlave.hLength = (Number(_newHLength) || $activeSlave.hLength)]] [[Apply|Salon][cashX(forceNeg($modCost), "slaveMod", $activeSlave), $activeSlave.hLength = (Number(_newHLength) || $activeSlave.hLength)]]
<<else>> <<else>>
cm cm
......
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