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

fix

parent 39fc677d
No related branches found
No related tags found
No related merge requests found
...@@ -229,7 +229,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -229,7 +229,7 @@ The room containing all the clothes and accessories you have available to dress
</div> </div>
<</if>> <</if>>
<<set _model.collar = "none">> <<set _model.collar = "none">>
<<if !isClothingAccessible.entry("ancient Egyptian")>> <<if !isItemAccessible("ancient Egyptian")>>
[[Order a shipment of Egyptian necklaces|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtEgypt = 1]] [[Order a shipment of Egyptian necklaces|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtEgypt = 1]]
<div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div> <div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div>
<<else>> <<else>>
......
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