Skip to content
Snippets Groups Projects
Commit 459a4384 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'bodysuits-buy-fix' into 'pregmod-master'

bodysuits buy fix

Closes #2123

See merge request !7497
parents 7ab07b92 19d78937
No related branches found
No related tags found
1 merge request!7497bodysuits buy fix
...@@ -98,7 +98,6 @@ totalMerc ...@@ -98,7 +98,6 @@ totalMerc
hasFoughtOnce;hasFoughtMajorBattleOnce;hasRebelledOnce hasFoughtOnce;hasFoughtMajorBattleOnce;hasRebelledOnce
barren barren
RESSMuscles RESSMuscles
bodySuits
# PC # PC
criticalDamage criticalDamage
marriage marriage
......
...@@ -430,7 +430,7 @@ The room containing all the clothes and accessories you have available to dress ...@@ -430,7 +430,7 @@ The room containing all the clothes and accessories you have available to dress
</div> </div>
<</if>> <</if>>
<<if isItemAccessible.entry("a cybersuit", "clothing") !== true>> <<if isItemAccessible.entry("a cybersuit", "clothing") !== true>>
[[Order a shipment of exotic bodysuits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.bodySuits = 1]] [[Order a shipment of exotic bodysuits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.bodysuits = 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>>
You are well stocked with a selection of bodysuits. You are well stocked with a selection of bodysuits.
......
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