Skip to content
Snippets Groups Projects
Commit 29f590b2 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix old typos

parent 23dd42f1
No related branches found
No related tags found
1 merge request!4193Add images to clothing shopping
......@@ -371,7 +371,7 @@ The room containing all the clothes and accessories you have available to dress
[[Order a shipment of professional garments|Wardrobe][cashX(forceNeg(Math.trunc(2500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtCareer = 1]]
<br>//Costs <<print cashFormat(Math.trunc(2500 * $upgradeMultiplierTrade))>>//
<<else>>
You are well stocked with selection of professional outfits.
You are well stocked with a selection of professional outfits.
<</if>>
</td>
......@@ -386,7 +386,7 @@ The room containing all the clothes and accessories you have available to dress
[[Order a shipment of professionally tailored dresses|Wardrobe][cashX(forceNeg(Math.trunc(15000 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtDresses = 1]]
<br>//Costs <<print cashFormat(Math.trunc(15000 * $upgradeMultiplierTrade))>>//
<<else>>
You are well stocked with selection of fine dresses.
You are well stocked with a selection of fine dresses.
<</if>>
</td>
</tr>
......@@ -403,7 +403,7 @@ The room containing all the clothes and accessories you have available to dress
[[Order a shipment of exotic bodysuits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtBodysuits = 1]]
<br>//Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>>//
<<else>>
You are well stocked with selection of bodysuits.
You are well stocked with a selection of bodysuits.
<</if>>
</td>
......
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