Skip to content
Snippets Groups Projects
Commit 0d132f36 authored by brickode's avatar brickode
Browse files

Fix

parent c20348a0
No related branches found
No related tags found
No related merge requests found
......@@ -434,10 +434,10 @@ Set horn color:
| Custom length: <<textbox "_newHLength" _oldHLength "Salon">>
<<if $showInches >= 1>>
cm (<<= cmToInchString($activeSlave.hLength)>>)
[[Apply|Salon][cashX(forceNeg($modCost), "slaveMod", $activeSlave), $activeSlave.hLength = Number(_newHLength)]]
[[Apply|Salon][cashX(forceNeg($modCost), "slaveMod", $activeSlave), $activeSlave.hLength = (Number(_newHLength) || $activeSlave.hLength)]]
<<else>>
cm
[[Apply|Salon][cashX(forceNeg($modCost), "slaveMod", $activeSlave), $activeSlave.hLength = Number(_newHLength)]]
[[Apply|Salon][cashX(forceNeg($modCost), "slaveMod", $activeSlave), $activeSlave.hLength = (Number(_newHLength) || $activeSlave.hLength)]]
<</if>>
......
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