diff --git a/src/uncategorized/dispensary.tw b/src/uncategorized/dispensary.tw
index b947b2a6561e25cf7cda23fdc3de30d30264cb1b..09b96ff44603893f11391b8f2746294de3044fac 100644
--- a/src/uncategorized/dispensary.tw
+++ b/src/uncategorized/dispensary.tw
@@ -16,7 +16,7 @@ The Dispensary
 <<if ($dispensaryUpgrade == 0)>>
 	<<if ($rep > 5000)>>
 		[[Upgrade the pharmaceutical fabricator|Dispensary][$cash -= Math.trunc(30000*$upgradeMultiplierArcology), $dispensaryUpgrade = 1, $drugsCost = $drugsCost/2]]
-		//Costs ¤<<print Math.trunc(30000*$upgradeMultiplierArcology)>>//
+		//Costs <<print cashFormat(Math.trunc(30000*$upgradeMultiplierArcology))>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will improve production efficiency further decreasing costs.//
 		<br>
 	<<else>>
@@ -39,17 +39,17 @@ The Organ Farm
 	<br>
 <<elseif ($organFarmUpgrade == 2) && ($rep > 10000*$upgradeMultiplierMedicine)>>
 	[[Upgrade to the organ farm to the cutting edge model|Dispensary][$cash -= 150000*$upgradeMultiplierMedicine, $organFarmUpgrade = 3]]
-	//Costs ¤<<print 150000*$upgradeMultiplierMedicine>>//
+	//Costs <<print cashFormat(150000*$upgradeMultiplierMedicine)>>//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow the organ farm to rapidly grow organs without risk to the implantee's health.//
 	<br>
 <<elseif ($organFarmUpgrade == 1) && ($rep > 10000*$upgradeMultiplierMedicine)>>
 	[[Upgrade the organ farm with an experimental growth accelerator|Dispensary][$cash -= 50000*$upgradeMultiplierMedicine, $organFarmUpgrade = 2]]
-	//Costs ¤<<print 50000*$upgradeMultiplierMedicine>>//
+	//Costs <<print cashFormat(50000*$upgradeMultiplierMedicine)>>//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow the organ farm to quickly grow organs. Implanted organs may cause health issues.//
 	<br>
 <<elseif ($organFarmUpgrade == 0) && ($rep > 10000*$upgradeMultiplierMedicine)>>
 	[[Upgrade the fabricator with an experimental organ farm|Dispensary][$cash -= 50000*$upgradeMultiplierMedicine, $organFarmUpgrade = 1]]
-	//Costs ¤<<print 50000*$upgradeMultiplierMedicine>>//
+	//Costs <<print cashFormat(50000*$upgradeMultiplierMedicine)>>//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow the fabrication of tailored organs using the autosurgery.//
 	<br>
 <</if>>
@@ -128,7 +128,7 @@ The fabricator is producing
 	standard growth hormones.
 	<<if $rep > 6000>>
 		[[Purchase data on prototype growth hormone tests|Dispensary][$cash -= 25000*$upgradeMultiplierMedicine, $injectionUpgrade = 1]]
-		//Costs ¤<<print 25000*$upgradeMultiplierMedicine>>//
+		//Costs <<print cashFormat(25000*$upgradeMultiplierMedicine)>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Should improve the reliability of growth injections of all kinds.//
 		<br>
 	<<else>>
@@ -139,7 +139,7 @@ The fabricator is producing
 	prototype growth hormones.
 	<<if $rep > 10000>>
 		[[Upgrade the fabricator to customize each slave's growth hormones|Dispensary][$cash -= 50000*$upgradeMultiplierMedicine, $injectionUpgrade = 2]]
-		//Costs ¤<<print 50000*$upgradeMultiplierMedicine>>//
+		//Costs <<print cashFormat(50000*$upgradeMultiplierMedicine)>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Should improve the reliability of growth injections of all kinds.//
 	<<else>>
 		//You lack the reputation to obtain prototype fabricator upgrades//
@@ -148,7 +148,7 @@ The fabricator is producing
 	prototype growth hormones.
 	<<if $rep > 14000>>
 		[[Upgrade the fabricator with prototype biomechanical microfactories|Dispensary][$cash -= 100000*$upgradeMultiplierMedicine, $injectionUpgrade = 3]]
-		//Costs ¤<<print 100000*$upgradeMultiplierMedicine>>//
+		//Costs <<print cashFormat(100000*$upgradeMultiplierMedicine)>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Should improve the reliability of growth injections of all kinds.//
 		<br>
 	<<else>>
@@ -165,7 +165,7 @@ The fabricator is producing
 	standardized hormone replacement therapies.
 	<<if $rep > 2000>>
 		[[Upgrade for individualized therapy|Dispensary][$cash -= 10000*$upgradeMultiplierMedicine, $hormoneUpgradeMood = 1]]
-		//Costs ¤<<print 10000*$upgradeMultiplierMedicine>>//
+		//Costs <<print cashFormat(10000*$upgradeMultiplierMedicine)>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Should eliminate the occasional moodiness and sexual disinterest caused by generalized therapy.//
 		<br>
 	<<else>>
@@ -182,7 +182,7 @@ The hormone replacement therapies
 	are traditional: they're formulated to mimic natural hormones.
 	<<if $rep > 4000>>
 		[[Purchase data on advanced HRT|Dispensary][$cash -= 25000*$upgradeMultiplierMedicine, $hormoneUpgradePower = 1]]
-		//Costs ¤<<print 25000*$upgradeMultiplierMedicine>>//
+		//Costs <<print cashFormat(25000*$upgradeMultiplierMedicine)>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Should increase the power of hormone therapies.//
 		<br>
 	<<else>>
@@ -199,7 +199,7 @@ The hormone replacement therapies
 	are broad-spectrum.
 	<<if $rep > 4000>>
 		[[Purchase data on targeted HRT|Dispensary][$cash -= 25000*$upgradeMultiplierMedicine, $hormoneUpgradeShrinkage = 1]]
-		//Costs ¤<<print 25000*$upgradeMultiplierMedicine>>//
+		//Costs <<print cashFormat(25000*$upgradeMultiplierMedicine)>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Should reduce atrophy of organs corresponding to original sex.//
 		<br>
 	<<else>>
@@ -217,7 +217,7 @@ The hormone replacement therapies
 		<br>
 	<<elseif ($pubertyHormones == 0) && ($rep > 4500*$upgradeMultiplierMedicine)>>
 		[[Fund research into powerful hormonal injections to jumpstart puberty|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine, $pubertyHormones = 1]]
-		//Costs ¤<<print 30000*$upgradeMultiplierMedicine>>//
+		//Costs <<print cashFormat(30000*$upgradeMultiplierMedicine)>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow the production of powerful hormonal drugs designed to force a slave through puberty without regard for side effects. //
 		<br>
 	<<elseif ($pubertyHormones == 1)>>
@@ -235,7 +235,7 @@ Dietary Upgrades
 		<br>
 	<<elseif ($dietXXY == 0) && ($rep > 3500*$upgradeMultiplierMedicine)>>
 		[[Fund research into developing hermaphrodite hormone therapies|Dispensary][$cash -= 10000*$upgradeMultiplierMedicine, $dietXXY = 1]]
-		//Costs ¤<<print 10000*$upgradeMultiplierMedicine>>//
+		//Costs <<print cashFormat(10000*$upgradeMultiplierMedicine)>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow for specially balanced meals to be served in the cafeteria designed to promote both halves of a herm's sexuality. //
 		<br>
 	<<elseif ($dietXXY == 1)>>
@@ -249,7 +249,7 @@ Dietary Upgrades
 
 <<if $cumProDiet == 0>>
 	[[Purchase recipes to encourage cum production|Dispensary][$cash -= 5000*$upgradeMultiplierMedicine, $cumProDiet = 1]]
-	//Costs ¤<<print 5000*$upgradeMultiplierMedicine>>//
+	//Costs <<print cashFormat(5000*$upgradeMultiplierMedicine)>>//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow for specially designed meals to be served in the cafeteria to promote cum production.//
 	<br>
 <<elseif $cumProDiet == 1>>
@@ -259,7 +259,7 @@ Dietary Upgrades
 
 <<if $dietCleanse == 0>>
 	[[Purchase cleansing recipes to lessen genome damage|Dispensary][$cash -= 10000*$upgradeMultiplierMedicine, $dietCleanse = 1]]
-	//Costs ¤<<print 10000*$upgradeMultiplierMedicine>>//
+	//Costs <<print cashFormat(10000*$upgradeMultiplierMedicine)>>//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow for specially designed meals to be served in the cafeteria to counteract excessive drug use.//
 	<br>
 <<elseif $dietCleanse == 1>>
@@ -272,7 +272,7 @@ Pharmacological Upgrades
 <hr>
 <<if ($curativeUpgrade == 0) && ($rep > 6000*$upgradeMultiplierMedicine)>>
 	[[Purchase data on advanced curatives|Dispensary][$cash -= 25000*$upgradeMultiplierMedicine, $curativeUpgrade = 1]]
-	//Costs ¤<<print 25000*$upgradeMultiplierMedicine>>//
+	//Costs <<print cashFormat(25000*$upgradeMultiplierMedicine)>>//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Should improve the effectiveness of curative treatment.//
 	<br>
 <<elseif ($curativeUpgrade == 1)>>
@@ -282,7 +282,7 @@ Pharmacological Upgrades
 
 <<if ($growthStim == 0) && ($rep > 6000*$upgradeMultiplierMedicine)>>
 	[[Purchase data on growth stimulants|Dispensary][$cash -= 20000*$upgradeMultiplierMedicine, $growthStim = 1]]
-	//Costs ¤<<print 20000*$upgradeMultiplierMedicine>>//
+	//Costs <<print cashFormat(20000*$upgradeMultiplierMedicine)>>//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow the manufacturing of drugs to encourage growth in slave height.//
 	<br>
 <<elseif ($growthStim == 1)>>
@@ -292,7 +292,7 @@ Pharmacological Upgrades
 
 <<if ($aphrodisiacUpgradeRefine == 0) && ($rep > 6000*$upgradeMultiplierMedicine)>>
 	[[Purchase data on refined aphrodisiacs|Dispensary][$cash -= 20000*$upgradeMultiplierMedicine, $aphrodisiacUpgradeRefine = 1]]
-	//Costs ¤<<print 20000*$upgradeMultiplierMedicine>>//
+	//Costs <<print cashFormat(20000*$upgradeMultiplierMedicine)>>//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will prevent most physical side effects of aphrodisiacs. Once the formulas are changed they can not be changed back.//
 	<br>
 <<elseif ($aphrodisiacUpgradeRefine == 1)>>
@@ -302,7 +302,7 @@ Pharmacological Upgrades
 
 <<if ($aphrodisiacUpgrade == 0) && ($rep > 6000*$upgradeMultiplierMedicine)>>
 	[[Purchase data on aphrodisiac withdrawal treatment|Dispensary][$cash -= 10000*$upgradeMultiplierMedicine, $aphrodisiacUpgrade = 1]]
-	//Costs ¤<<print 10000*$upgradeMultiplierMedicine>>//
+	//Costs <<print cashFormat(10000*$upgradeMultiplierMedicine)>>//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Should prevent most negative effects of withdrawal.//
 	<br>
 <<elseif ($aphrodisiacUpgrade == 1)>>
@@ -314,7 +314,7 @@ Pharmacological Upgrades
 	<<if (($organFarmUpgrade >= 1) && ($injectionUpgrade != 0) && ($curativeUpgrade == 1) && ($aphrodisiacUpgrade == 1))>>
 		<<if ($rep >= 15000*$upgradeMultiplierMedicine)>>
 			[[Fund research into drug formulations without negative physical side effects|Dispensary][$cash -= 500000*$upgradeMultiplierMedicine,$healthyDrugsUpgrade = 1]]
-			//Costs ¤<<print 500000*$upgradeMultiplierMedicine>>//
+			//Costs <<print cashFormat(500000*$upgradeMultiplierMedicine)>>//
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will prevent the negative side effects of excessive drug usage on your slaves.//
 			<br>
 		<<else>>
@@ -342,7 +342,7 @@ Fertility Focused Pharmacology
 <<if $seeHyperPreg == 1>>
 	<<if $superFertilityDrugs == 1 && ($rep > 10000*$upgradeMultiplierMedicine) && $pregSpeedControl != 1>>
 		[[Fund research pregnancy speed control methods|Dispensary][$cash -= 200000*$upgradeMultiplierMedicine, $pregSpeedControl = 1, $clinicSpeedGestation = 0]]
-		//Costs ¤<<print 200000*$upgradeMultiplierMedicine>>//
+		//Costs <<print cashFormat(200000*$upgradeMultiplierMedicine)>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;// Fund underground research labs to develop methods for controlling pregnancy progress. //
 		<br>
 	<<elseif ($rep <= 10000*$upgradeMultiplierMedicine) && $pregSpeedControl != 1>>
@@ -355,7 +355,7 @@ Fertility Focused Pharmacology
 <<elseif $birthsTotal > 10>>
 	<<if ($rep > 10000*$upgradeMultiplierMedicine) && $pregSpeedControl != 1>>
 		[[Fund research pregnancy speed control methods|Dispensary][$cash -= 200000*$upgradeMultiplierMedicine, $pregSpeedControl = 1, $clinicSpeedGestation = 0]]
-		//Costs ¤<<print 200000*$upgradeMultiplierMedicine>>//
+		//Costs <<print cashFormat(200000*$upgradeMultiplierMedicine)>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;// Fund underground research labs to develop methods for controlling pregnancy progress. //
 		<br>
 	<<elseif ($rep <= 10000*$upgradeMultiplierMedicine) && $pregSpeedControl != 1>>
@@ -372,7 +372,7 @@ Fertility Focused Pharmacology
 
 <<if ($superFertilityDrugs == 0) && ($rep > 2500*$upgradeMultiplierMedicine) && $seeHyperPreg == 1>>
 	[[Purchase data on powerful fertility drugs|Dispensary][$cash -= 20000*$upgradeMultiplierMedicine, $superFertilityDrugs = 1]]
-	//Costs ¤<<print 20000*$upgradeMultiplierMedicine>>//
+	//Costs <<print cashFormat(20000*$upgradeMultiplierMedicine)>>//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;//Should improve the likelihood of conception and multiples. //
 	<br>
 <<elseif ($superFertilityDrugs == 1)>>
@@ -390,7 +390,7 @@ Implant Production
 
 <<if ($ImplantProductionUpgrade == 0) && ($rep > 2000*$upgradeMultiplierMedicine)>>
     [[Upgrade the fabricator with an experimental implant manufacturer|Dispensary][$cash -= 20000*$upgradeMultiplierMedicine, $ImplantProductionUpgrade = 1]]
-	//Costs ¤<<print 20000*$upgradeMultiplierMedicine>>//
+	//Costs <<print cashFormat(20000*$upgradeMultiplierMedicine)>>//
     <br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow the fabrication of special implants using the autosurgery.//
 	<br>
 <<elseif ($ImplantProductionUpgrade > 0)>>
@@ -405,7 +405,7 @@ Implant Production
 	<</if>>
 	<<if ($permaPregImplant == 0) && ($rep > 4000*$upgradeMultiplierMedicine)>>
 		[[Purchase schematics for an experimental implantable pregnancy generator|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine, $permaPregImplant = 1]]
-		//Costs ¤<<print 30000*$upgradeMultiplierMedicine>>//
+		//Costs <<print cashFormat(30000*$upgradeMultiplierMedicine)>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow the fabrication of implants that force perpetual pregnancy.//
 		<br>
 	<<elseif ($permaPregImplant > 0)>>
@@ -422,7 +422,7 @@ Implant Production
 
 	<<if ($bellyImplants == 0) && ($rep > 2000*$upgradeMultiplierMedicine)>>
 		[[Purchase schematics for fillable abdominal implants|Dispensary][$cash -= 20000*$upgradeMultiplierMedicine, $bellyImplants = 1]]
-		//Costs ¤<<print 20000*$upgradeMultiplierMedicine>>//
+		//Costs <<print cashFormat(20000*$upgradeMultiplierMedicine)>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow the fabrication of fillable abdominal implants using the autosurgery.//
 		<br>
 	<<elseif ($bellyImplants > 0)>>
@@ -437,7 +437,7 @@ Implant Production
 
 	<<if ($bellyImplants == 1) && ($cervixImplants != 1) && ($rep >6000*$upgradeMultiplierMedicine)>> /* nanotech like technology much more impressive and costly than simple implant */
 		[[Purchase schematics for cervix filter micropumps|Dispensary][$cash -= 70000*$upgradeMultiplierMedicine, $cervixImplants = 1]]
-		//Costs ¤<<print 70000*$upgradeMultiplierMedicine>>// 
+		//Costs <<print cashFormat(70000*$upgradeMultiplierMedicine)>>// 
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow the fabrication of cervix filter micropumps for fillable abdominal implants using the autosurgery.//
 		<br>
 	<<elseif ($cervixImplants > 0)>>
@@ -451,7 +451,7 @@ Implant Production
 	<</if>>
 	<<if ($prostateImplants != 1) && ($rep > 3000*$upgradeMultiplierMedicine)>>
 		[[Purchase plans for ejaculation enhancing prostate implants|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine, $prostateImplants = 1]]
-		//Costs ¤<<print 30000*$upgradeMultiplierMedicine>>// 
+		//Costs <<print cashFormat(30000*$upgradeMultiplierMedicine)>>// 
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow the fabrication of a prostate implant designed to stimulate fluid production for massive ejaculations. Beware of leaking and dehydration.//
 		<br>
 	<<elseif ($prostateImplants > 0)>>
@@ -465,7 +465,7 @@ Implant Production
 	<</if>>
 	<<if ($meshImplants != 1) && ($rep > 10000*$upgradeMultiplierMedicine)>>
 		[[Purchase plans for supportive mesh breast implants|Dispensary][$cash -= 40000*$upgradeMultiplierMedicine, $meshImplants = 1]]
-		//Costs ¤<<print 40000*$upgradeMultiplierMedicine>>// 
+		//Costs <<print cashFormat(40000*$upgradeMultiplierMedicine)>>// 
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow the fabrication of an organic, supportive mesh breast implants.//
 		<br>
 	<<elseif ($meshImplants > 0)>>
@@ -482,7 +482,7 @@ Future Societies Research
 <<if $arcologies[0].FSGenderRadicalistDecoration == 100 && $organFarmUpgrade > 0>>
 	<<if ($arcologies[0].FSGenderRadicalistResearch == 0)>>
 		<<if ($rep >= 10000*$upgradeMultiplierMedicine)>>
-			[[Fund research into developing male pregnancy methods|Dispensary][$cash -= 50000*$upgradeMultiplierMedicine,$arcologies[0].FSGenderRadicalistResearch = 1]] //Costs ¤<<print 50000*$upgradeMultiplierMedicine>>. Will allow cloning and production of anal uteri and ovaries.//
+			[[Fund research into developing male pregnancy methods|Dispensary][$cash -= 50000*$upgradeMultiplierMedicine,$arcologies[0].FSGenderRadicalistResearch = 1]] //Costs <<print cashFormat(50000*$upgradeMultiplierMedicine)>>. Will allow cloning and production of anal uteri and ovaries.//
 			<br>
 		<<else>>
 			// You lack the reputation to access the research necessary to develop anal uteri and ovaries. //
@@ -506,7 +506,7 @@ Future Societies Research
 		<br>
 	<<elseif ($arcologies[0].FSTransformationFetishistResearch == 0)>>
 		[[Purchase data on gigantic implants and elasticizing filler|Dispensary][$cash -= 20000*$upgradeMultiplierMedicine, $arcologies[0].FSTransformationFetishistResearch = 1]]
-		//Costs ¤<<print 20000*$upgradeMultiplierMedicine>>//
+		//Costs <<print cashFormat(20000*$upgradeMultiplierMedicine)>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow the fabrication of gigantic implants using the autosurgery and filler capable of overfilling existing fillable implants.//
 		<br>
 	<<elseif ($arcologies[0].FSTransformationFetishistResearch > 0)>>
@@ -524,7 +524,7 @@ Future Societies Research
 <<if $arcologies[0].FSAssetExpansionistDecoration == 100>>
 	<<if ($arcologies[0].FSAssetExpansionistResearch == 0)>>
 		<<if ($rep >= 5000*$upgradeMultiplierMedicine)>>
-			[[Fund research into drug formulations for growth without limit|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine,$arcologies[0].FSAssetExpansionistResearch = 1]] //Costs ¤<<print 30000*$upgradeMultiplierMedicine>>. Will allow creation of drugs to push assets to unthinkable sizes.//
+			[[Fund research into drug formulations for growth without limit|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine,$arcologies[0].FSAssetExpansionistResearch = 1]] //Costs <<print cashFormat(30000*$upgradeMultiplierMedicine)>>. Will allow creation of drugs to push assets to unthinkable sizes.//
 			<br>
 		<<else>>
 			// You lack the reputation to access the research necessary to develop advanced growth drug formulations. //
@@ -545,7 +545,7 @@ Future Societies Research
 <<if $arcologies[0].FSSlimnessEnthusiastDecoration == 100>>
 	<<if ($arcologies[0].FSSlimnessEnthusiastResearch == 0)>>
 		<<if ($rep >= 5000*$upgradeMultiplierMedicine)>>
-			[[Fund research into drug formulations for slimming slaves|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine,$arcologies[0].FSSlimnessEnthusiastResearch = 1]] //Costs ¤<<print 30000*$upgradeMultiplierMedicine>>. Will allow creation of drugs to shrink assets.//
+			[[Fund research into drug formulations for slimming slaves|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine,$arcologies[0].FSSlimnessEnthusiastResearch = 1]] //Costs <<print cashFormat(30000*$upgradeMultiplierMedicine)>>. Will allow creation of drugs to shrink assets.//
 			<br>
 		<<else>>
 			// You lack the reputation to access the research necessary to develop asset reducing drug formulations. //
@@ -566,7 +566,7 @@ Future Societies Research
 <<if $arcologies[0].FSYouthPreferentialistDecoration == 100>>
 	<<if ($arcologies[0].FSYouthPreferentialistResearch == 0)>>
 		<<if ($rep >= 5000*$upgradeMultiplierMedicine)>>
-			[[Fund research into skin care designed to reverse the effects of aging|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine,$arcologies[0].FSYouthPreferentialistResearch = 1]] //Costs ¤<<print 30000*$upgradeMultiplierMedicine>>. Will allow creation of beauty creams designed to make slaves look young again.//
+			[[Fund research into skin care designed to reverse the effects of aging|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine,$arcologies[0].FSYouthPreferentialistResearch = 1]] //Costs <<print cashFormat(30000*$upgradeMultiplierMedicine)>>. Will allow creation of beauty creams designed to make slaves look young again.//
 			<br>
 		<<else>>
 			// You lack the reputation to access the research necessary to develop beauty creams designed to make slaves look young again. //
@@ -587,7 +587,7 @@ Future Societies Research
 <<if $arcologies[0].FSHedonisticDecadenceDecoration == 100>>
 	<<if ($arcologies[0].FSHedonisticDecadenceResearch == 0)>>
 		<<if ($rep >= 5000*$upgradeMultiplierMedicine)>>
-			[[Purchase recipes for concentrated, shaped slave food|Dispensary][$cash -= 50000*$upgradeMultiplierMedicine,$arcologies[0].FSHedonisticDecadenceResearch = 1]] //Costs ¤<<print 50000*$upgradeMultiplierMedicine>>. Will allow production of solid slave food in various familiar shapes and flavors. Addictive and a little fatty.<<if $arcologies[0].FSDegradationist != "unset">> Since your slaves don't deserve luxuries, a modified recipe formulated to cause severe stomach cramps minutes after ingestion will be developed.<</if>> //
+			[[Purchase recipes for concentrated, shaped slave food|Dispensary][$cash -= 50000*$upgradeMultiplierMedicine,$arcologies[0].FSHedonisticDecadenceResearch = 1]] //Costs <<print cashFormat(50000*$upgradeMultiplierMedicine)>>. Will allow production of solid slave food in various familiar shapes and flavors. Addictive and a little fatty.<<if $arcologies[0].FSDegradationist != "unset">> Since your slaves don't deserve luxuries, a modified recipe formulated to cause severe stomach cramps minutes after ingestion will be developed.<</if>> //
 			<br>
 		<<else>>
 			// You lack the reputation to access the research necessary to purchase concentrated, shaped slave food recipes. //
@@ -597,7 +597,7 @@ Future Societies Research
 		The fabricator has been upgraded to manufacture tasty, extremely addictive, solid slave food in various familiar shapes and flavors. While they look and taste like real food, their consistency is all wrong. Slaves gorging on them are likely to experience steady weight gain.<<if $arcologies[0].FSDegradationist != "unset">> Since your slaves don't deserve luxuries, all food crafted will cause severe stomach cramps minutes after ingestion. Coupled with their addictive nature, it ought to be quite torturous.<</if>>
 		<<if $arcologies[0].FSSlimnessEnthusiast > 50 && $arcologies[0].FSHedonisticDecadenceDietResearch == 0>>
 			[[Purchase diet recipes|Dispensary][$cash -= 10000*$upgradeMultiplierMedicine,$arcologies[0].FSHedonisticDecadenceDietResearch = 1]]
-			//Costs ¤<<print 10000*$upgradeMultiplierMedicine>>//
+			//Costs <<print cashFormat(10000*$upgradeMultiplierMedicine)>>//
 			<br>&nbsp;&nbsp;&nbsp;&nbsp;Will prevent rampant weight gain from ruining your slim slaves.
 			<br>
 		<<elseif $arcologies[0].FSHedonisticDecadenceDietResearch == 1>>
@@ -609,7 +609,7 @@ Future Societies Research
 	The fabricator has been upgraded to manufacture tasty, extremely addictive, solid slave food in various familiar shapes and flavors. While they look and taste like real food, their consistency is all wrong. Slaves gorging on them are likely to experience steady weight gain.<<if $arcologies[0].FSDegradationist != "unset">> Since your slaves don't deserve luxuries, all food crafted will cause severe stomach cramps minutes after ingestion. Coupled with their addictive nature, it ought to be quite torturous.<</if>>
 	<<if $arcologies[0].FSSlimnessEnthusiast > 50 && $arcologies[0].FSHedonisticDecadenceDietResearch == 0>>
 		[[Purchase diet recipes|Dispensary][$cash -= 10000*$upgradeMultiplierMedicine,$arcologies[0].FSHedonisticDecadenceDietResearch = 1]]
-		//Costs ¤<<print 10000*$upgradeMultiplierMedicine>>//
+		//Costs <<print cashFormat(10000*$upgradeMultiplierMedicine)>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;Will prevent rampant weight gain from ruining your slim slaves.
 		<br>
 	<<elseif $arcologies[0].FSHedonisticDecadenceDietResearch == 1>>
diff --git a/src/uncategorized/economics.tw b/src/uncategorized/economics.tw
index 2e8c45da1dc8ee4af520bbf5b887dae2c36e15f1..e7bc37a315d36c76d11a2fcdaad9bb2f16e7198a 100644
--- a/src/uncategorized/economics.tw
+++ b/src/uncategorized/economics.tw
@@ -28,7 +28,7 @@
 	<br>
 	<<if $corpIncorporated == 0>>
 	<span id="incorporate">
-	You have not yet committed funds to create a publicly traded slave trading corporation. <<link "Lay the groundwork for incorporation">><<set $corpIncorporated = 1>><<set $sharePrice = 20>><<set $oldSharePrice = $sharePrice>><<set $personalShares = 2000>><<set $cash -= 30000>><<set $publicShares = 1000>><<set $corpCash = 20000>><<set $generalAssets = 500>><<set $slaveAssets = 1000>><<set $entrapmentAssets = 500>><<set $captureAssets = 500>><<set $trainingAssets = 500>><<set $surgicalAssets = 500>><<set $drugAssets = 500>><<replace "#incorporate">><<print "The groundwork has been laid for the incorporation of a publicly traded slave trading corporation. The IPO will involve 1000 shares at ¤20/share.">><</replace>><</link>> //Costs ¤30000//
+	You have not yet committed funds to create a publicly traded slave trading corporation. <<link "Lay the groundwork for incorporation">><<set $corpIncorporated = 1>><<set $sharePrice = 20>><<set $oldSharePrice = $sharePrice>><<set $personalShares = 2000>><<set $cash -= 30000>><<set $publicShares = 1000>><<set $corpCash = 20000>><<set $generalAssets = 500>><<set $slaveAssets = 1000>><<set $entrapmentAssets = 500>><<set $captureAssets = 500>><<set $trainingAssets = 500>><<set $surgicalAssets = 500>><<set $drugAssets = 500>><<replace "#incorporate">><<print "The groundwork has been laid for the incorporation of a publicly traded slave trading corporation. The IPO will involve 1000 shares at <<print cashFormat(20)>>/share.">><</replace>><</link>> //Costs <<print cashFormat(30000)>>//
 	</span>
 	<<else>>
 	<<include "Corporation Developments">>
@@ -104,7 +104,7 @@
 <div class="content">
 <<if $corpIncorporated == 0>>
 <span id="incorporate">
-You have not yet committed funds to create a publicly traded slave trading corporation. <<link "Lay the groundwork for incorporation">><<set $corpIncorporated = 1>><<set $sharePrice = 20>><<set $oldSharePrice = $sharePrice>><<set $personalShares = 2000>><<set $cash -= 30000>><<set $publicShares = 1000>><<set $corpCash = 20000>><<set $generalAssets = 500>><<set $slaveAssets = 1000>><<set $entrapmentAssets = 500>><<set $captureAssets = 500>><<set $trainingAssets = 500>><<set $surgicalAssets = 500>><<set $drugAssets = 500>><<replace "#incorporate">><<print "The groundwork has been laid for the incorporation of a publicly traded slave trading corporation. The IPO will involve 1000 shares at ¤20/share.">><</replace>><</link>> //Costs ¤30000//
+You have not yet committed funds to create a publicly traded slave trading corporation. <<link "Lay the groundwork for incorporation">><<set $corpIncorporated = 1>><<set $sharePrice = 20>><<set $oldSharePrice = $sharePrice>><<set $personalShares = 2000>><<set $cash -= 30000>><<set $publicShares = 1000>><<set $corpCash = 20000>><<set $generalAssets = 500>><<set $slaveAssets = 1000>><<set $entrapmentAssets = 500>><<set $captureAssets = 500>><<set $trainingAssets = 500>><<set $surgicalAssets = 500>><<set $drugAssets = 500>><<replace "#incorporate">><<print "The groundwork has been laid for the incorporation of a publicly traded slave trading corporation. The IPO will involve 1000 shares at <<print cashFormat(20)>>/share.">><</replace>><</link>> //Costs <<print cashFormat(30000)>>//
 </span>
 <<else>>
 <<include "Corporation Developments">>
diff --git a/src/uncategorized/fullReport.tw b/src/uncategorized/fullReport.tw
index 10fdb400a64cd24c243ff7cdbccf8e45a9c4c14c..3a8585aae18525ec68b18f4132edfedaf41c8dc2 100644
--- a/src/uncategorized/fullReport.tw
+++ b/src/uncategorized/fullReport.tw
@@ -54,7 +54,7 @@
 	<</if>>
 	<<silently>><<include "SA get milked">><</silently>>
 	<<set $servantMilkersMultiplier = 1>>
-	and $pronoun gives $milk liters of milk over the week, which is sold for @@.yellowgreen;¤$milkSale.@@
+	and $pronoun gives $milk liters of milk over the week, which is sold for @@.yellowgreen;<<print cashFormat($milkSale)>>.@@
 <</if>>
 
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
diff --git a/src/uncategorized/futureSocities.tw b/src/uncategorized/futureSocities.tw
index 84ad6c1bef33d71cb8b4cf4c7887ef7ea58d038b..e8baaebbf388c5dd2066855a078f4f3996944aea 100644
--- a/src/uncategorized/futureSocities.tw
+++ b/src/uncategorized/futureSocities.tw
@@ -448,7 +448,7 @@ You have unlocked
 possible societal customizations.
 
 /*
-You are spending ¤$FSSpending each week to support your societal goals.
+You are spending <<print cashFormat($FSSpending)>> each week to support your societal goals.
 <<if $FSSpending > 900>>
 	[[Decrease|Future Society][$FSSpending -= 1000]] |
 <<else>>
@@ -464,7 +464,7 @@ You are spending ¤$FSSpending each week to support your societal goals.
 <<set $FSSpending = Number($FSSpending) || 0>>
 <<set $FSSpending = Math.clamp(Math.ceil($FSSpending/1000)*1000, 0, 10000)>>
 <br>You are spending ¤<<textbox "_newFSSpending" $FSSpending>> each week to support your societal goals. [[Save changes|Future Society][$FSSpending = Number(_newFSSpending) || 0]]
-<<if _warn>><br>//Spending more than ¤10000 weekly would be counterproductive//<</if>>
+<<if _warn>><br>//Spending more than <<print cashFormat(10000)>> weekly would be counterproductive//<</if>>
 
 <br>
 <span id="mass">
@@ -594,28 +594,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<if $arcologies[0].FSSupremacistDecoration == 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSSupremacist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSSupremacistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSSupremacistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<elseif $arcologies[0].FSSupremacistDecoration == 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSSupremacist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSSupremacistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSSupremacistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<elseif $arcologies[0].FSSupremacistDecoration == 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSSupremacist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSSupremacistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSSupremacistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<elseif $arcologies[0].FSSupremacistDecoration == 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSSupremacist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSSupremacistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSSupremacistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -653,28 +653,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<if $arcologies[0].FSSubjugationistDecoration == 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSSubjugationist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSSubjugationistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSSubjugationistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<elseif $arcologies[0].FSSubjugationistDecoration == 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSSubjugationist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSSubjugationistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSSubjugationistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<elseif $arcologies[0].FSSubjugationistDecoration == 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSSubjugationist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSSubjugationistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSSubjugationistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<elseif $arcologies[0].FSSubjugationistDecoration == 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSSubjugationist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSSubjugationistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSSubjugationistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<elseif $arcologies[0].FSSubjugationistDecoration == 100>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -715,28 +715,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSRepopulationFocus >= 10>>
-	  [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSRepopulationFocusDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+	  [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSRepopulationFocusDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 	  You must advance this goal before customization to support it becomes available.
 	<</if>>
   <<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSRepopulationFocus >= 30>>
-	  [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSRepopulationFocusDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+	  [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSRepopulationFocusDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 	  You must advance this goal before further customization to support it becomes available.
 	<</if>>
   <<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSRepopulationFocus >= 50>>
-	  [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSRepopulationFocusDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+	  [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSRepopulationFocusDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 	  You must advance this goal before further customization to support it becomes available.
 	<</if>>
   <<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSRepopulationFocus >= 70>>
-	  [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSRepopulationFocusDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+	  [[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSRepopulationFocusDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 	  You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -769,28 +769,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
   <<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSRestart >= 10>>
-	  [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSRestartDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+	  [[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSRestartDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 	  You must advance this goal before customization to support it becomes available.
 	<</if>>
   <<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSRestart >= 30>>
-	  [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSRestartDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+	  [[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSRestartDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 	  You must advance this goal before further customization to support it becomes available.
 	<</if>>
   <<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSRestart >= 50>>
-	  [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSRestartDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+	  [[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSRestartDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 	  You must advance this goal before further customization to support it becomes available.
 	<</if>>
   <<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSRestart >= 70>>
-	  [[Customize the exterior of the arcology to support this goal and fully establish the Societal Elite|Future Society][$arcologies[0].FSRestartDecoration = 100,$upgradeMultiplierArcology = 0.5, $upgradeMultiplierMedicine = 0.5, $cash -= 75000]] //Costs ¤75000 and may dilute your control over the arcology//
+	  [[Customize the exterior of the arcology to support this goal and fully establish the Societal Elite|Future Society][$arcologies[0].FSRestartDecoration = 100,$upgradeMultiplierArcology = 0.5, $upgradeMultiplierMedicine = 0.5, $cash -= 75000]] //Costs <<print cashFormat(75000)>> and may dilute your control over the arcology//
 	<<else>>
 	  You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -821,28 +821,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSGenderRadicalist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSGenderRadicalistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSGenderRadicalistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSGenderRadicalist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSGenderRadicalistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSGenderRadicalistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSGenderRadicalist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSGenderRadicalistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSGenderRadicalistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSGenderRadicalist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSGenderRadicalistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSGenderRadicalistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -872,28 +872,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSGenderFundamentalist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSGenderFundamentalistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSGenderFundamentalistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSGenderFundamentalist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSGenderFundamentalistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSGenderFundamentalistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSGenderFundamentalist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSGenderFundamentalistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSGenderFundamentalistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSGenderFundamentalist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSGenderFundamentalistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSGenderFundamentalistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -922,28 +922,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSPaternalist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSPaternalistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSPaternalistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSPaternalist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSPaternalistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSPaternalistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSPaternalist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSPaternalistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSPaternalistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSPaternalist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSPaternalistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSPaternalistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -972,28 +972,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSDegradationist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSDegradationistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSDegradationistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSDegradationist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSDegradationistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSDegradationistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSDegradationist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSDegradationistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSDegradationistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSDegradationist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSDegradationistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSDegradationistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -1022,28 +1022,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSBodyPurist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSBodyPuristDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSBodyPuristDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSBodyPurist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSBodyPuristDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSBodyPuristDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSBodyPurist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSBodyPuristDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSBodyPuristDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSBodyPurist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSBodyPuristDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSBodyPuristDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -1072,28 +1072,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSTransformationFetishist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSTransformationFetishistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSTransformationFetishistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSTransformationFetishist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSTransformationFetishistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSTransformationFetishistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSTransformationFetishist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSTransformationFetishistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSTransformationFetishistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSTransformationFetishist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSTransformationFetishistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSTransformationFetishistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -1122,28 +1122,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSYouthPreferentialist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSYouthPreferentialistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSYouthPreferentialistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSYouthPreferentialist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSYouthPreferentialistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSYouthPreferentialistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSYouthPreferentialist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSYouthPreferentialistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSYouthPreferentialistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSYouthPreferentialist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSYouthPreferentialistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSYouthPreferentialistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -1172,28 +1172,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSMaturityPreferentialist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSMaturityPreferentialistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSMaturityPreferentialistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSMaturityPreferentialist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSMaturityPreferentialistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSMaturityPreferentialistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSMaturityPreferentialist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSMaturityPreferentialistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSMaturityPreferentialistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSMaturityPreferentialist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSMaturityPreferentialistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSMaturityPreferentialistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -1222,28 +1222,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSSlimnessEnthusiast >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSSlimnessEnthusiastDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSSlimnessEnthusiastDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSSlimnessEnthusiast >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSSlimnessEnthusiastDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSSlimnessEnthusiastDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSSlimnessEnthusiast >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSSlimnessEnthusiastDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSSlimnessEnthusiastDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSSlimnessEnthusiast >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSSlimnessEnthusiastDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSSlimnessEnthusiastDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -1272,28 +1272,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSAssetExpansionist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSAssetExpansionistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSAssetExpansionistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSAssetExpansionist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSAssetExpansionistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSAssetExpansionistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSAssetExpansionist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSAssetExpansionistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSAssetExpansionistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSAssetExpansionist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSAssetExpansionistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSAssetExpansionistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -1321,28 +1321,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSPastoralist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSPastoralist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSPastoralist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSPastoralist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSPastoralistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -1370,28 +1370,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSPhysicalIdealist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSPhysicalIdealist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSPhysicalIdealist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSPhysicalIdealist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSPhysicalIdealistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -1420,28 +1420,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSHedonisticDecadence >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSHedonisticDecadenceDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSHedonisticDecadenceDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSHedonisticDecadence >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSHedonisticDecadenceDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSHedonisticDecadenceDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSHedonisticDecadence >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSHedonisticDecadenceDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSHedonisticDecadenceDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSHedonisticDecadence >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSHedonisticDecadenceDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSHedonisticDecadenceDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -1470,28 +1470,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSChattelReligionist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSChattelReligionistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSChattelReligionistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSChattelReligionist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSChattelReligionistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSChattelReligionistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSChattelReligionist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSChattelReligionistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSChattelReligionistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSChattelReligionist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSChattelReligionistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSChattelReligionistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -1520,28 +1520,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSRomanRevivalist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSRomanRevivalistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSRomanRevivalistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSRomanRevivalist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSRomanRevivalistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSRomanRevivalistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSRomanRevivalist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSRomanRevivalistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSRomanRevivalistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSRomanRevivalist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSRomanRevivalistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSRomanRevivalistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -1570,28 +1570,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSAztecRevivalist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSAztecRevivalistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSAztecRevivalistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSAztecRevivalist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSAztecRevivalistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSAztecRevivalistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSAztecRevivalist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSAztecRevivalistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSAztecRevivalistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSAztecRevivalist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSAztecRevivalistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSAztecRevivalistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -1620,28 +1620,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSEgyptianRevivalist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSEgyptianRevivalistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSEgyptianRevivalistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSEgyptianRevivalist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSEgyptianRevivalistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSEgyptianRevivalistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSEgyptianRevivalist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSEgyptianRevivalistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSEgyptianRevivalistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSEgyptianRevivalist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSEgyptianRevivalistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSEgyptianRevivalistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -1670,28 +1670,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSEdoRevivalist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSEdoRevivalistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSEdoRevivalistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSEdoRevivalist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSEdoRevivalistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSEdoRevivalistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSEdoRevivalist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSEdoRevivalistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSEdoRevivalistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSEdoRevivalist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSEdoRevivalistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSEdoRevivalistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -1718,28 +1718,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSArabianRevivalist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSArabianRevivalistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSArabianRevivalistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSArabianRevivalist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSArabianRevivalistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSArabianRevivalistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSArabianRevivalist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSArabianRevivalistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSArabianRevivalistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSArabianRevivalist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSArabianRevivalistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSArabianRevivalistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
@@ -1766,28 +1766,28 @@ You are spending ¤$FSSpending each week to support your societal goals.
 	<<case 20>>
 	$arcologies[0].name is not customized to support this goal.
 	<<if $arcologies[0].FSChineseRevivalist >= 10>>
-		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSChineseRevivalistDecoration = 40, $cash -= 2500]] //Costs ¤2500//
+		[[Modify your arcology's internal media to support this goal|Future Society][$arcologies[0].FSChineseRevivalistDecoration = 40, $cash -= 2500]] //Costs <<print cashFormat(2500)>>//
 	<<else>>
 		You must advance this goal before customization to support it becomes available.
 	<</if>>
 	<<case 40>>
 	$arcologies[0].name's media is supporting this goal.
 	<<if $arcologies[0].FSChineseRevivalist >= 30>>
-		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSChineseRevivalistDecoration = 60, $cash -= 10000]] //Costs ¤10000//
+		[[Redecorate your arcology's public spaces to support this goal|Future Society][$arcologies[0].FSChineseRevivalistDecoration = 60, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 60>>
 	$arcologies[0].name's media is supporting this goal, and $arcologies[0].name's public spaces are decorated to support it too.
 	<<if $arcologies[0].FSChineseRevivalist >= 50>>
-		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSChineseRevivalistDecoration = 80, $cash -= 10000]] //Costs ¤10000//
+		[[Station slaves in your arcology's public spaces to promote this goal|Future Society][$arcologies[0].FSChineseRevivalistDecoration = 80, $cash -= 10000]] //Costs <<print cashFormat(10000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
 	<<case 80>>
 	$arcologies[0].name's media is supporting this goal; $arcologies[0].name's public spaces are decorated to support it, and have slaves stationed in them to support it too.
 	<<if $arcologies[0].FSChineseRevivalist >= 70>>
-		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSChineseRevivalistDecoration = 100, $cash -= 20000]] //Costs ¤20000//
+		[[Customize the exterior of the arcology to support this goal|Future Society][$arcologies[0].FSChineseRevivalistDecoration = 100, $cash -= 20000]] //Costs <<print cashFormat(20000)>>//
 	<<else>>
 		You must advance this goal before further customization to support it becomes available.
 	<</if>>
diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw
index b96c4a0a59bcce1bbd01b07236e00d2e0f10df2d..e5bd67de94cb3227758c5026b8e9b0ad589a6bad 100644
--- a/src/uncategorized/genericPlotEvents.tw
+++ b/src/uncategorized/genericPlotEvents.tw
@@ -76,7 +76,7 @@ As you step off the elevator, you hear female shouting. Apparently one of $arcol
 	<br><br>
 	As you pass, a tired-looking streetwalker walking by wearing ripped jeans and a torn top offers herself to you. She's halfway through her clumsy come-on before she curses and rushes over to kneel at your feet. As she does, she shrieks, "You own this arcology! You - you offered to enslave us strippers when the old place closed down! Please, please, can I accept? I'm sorry I didn't earlier. I'm sorry. I'll fucking do anything! Please!"
 	<br><br>
-	//Enslaving her will cost ¤<<print $contractCost>>. Alternatively, you could sell her. Less costs, this will bring in  ¤<<print $slaveCost>>.//
+	//Enslaving her will cost <<print cashFormat($contractCost)>>. Alternatively, you could sell her. Less costs, this will bring in  <<print cashFormat($slaveCost)>>.//
 	<br><br>
 	<<set $saleDescription = 0>>
 	<<include "Long Slave Description">>
@@ -109,7 +109,7 @@ As you step off the elevator, you hear female shouting. Apparently one of $arcol
 	<br><br>
 	As you pass, a pretty streetwalker walking by wearing an attractive club girl outfit sidles up to you. She's halfway through her first flirty come-on before she recognizes you. She gasps and says, "You own this arcology! <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Sir<<else>>Ma'am<</if>>, I was a stripper here! Thank you so much for helping us. That money set most of us up pretty well." She hefts her chest. "It bought me new boobs, that's for sure. So, um," she bites her lip in indecision, "I hear -" she hesitates and then the words come out in a rush. "I hear your girls do really well. I've seen them, they look good. Can I come?" You arch an eyebrow and begin to ask whether she knows what that means. "Yep," she interrupts. "I'll be your sex slave."
 	<br><br>
-	//Enslaving her will cost ¤<<print $contractCost>>. Alternatively, you could sell her. Less costs, this will bring in  ¤<<print $slaveCost>>.//
+	//Enslaving her will cost <<print cashFormat($contractCost)>>. Alternatively, you could sell her. Less costs, this will bring in  <<print cashFormat($slaveCost)>>.//
 	<br><br>
 	<<set $saleDescription = 0>>
 	<<include "Long Slave Description">>
@@ -629,7 +629,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 	<<set $cash -= 1000>>
 	<<set $PStrip = 2>>
 	<</replace>>
-<</link>> //This will cost ¤1000//
+<</link>> //This will cost <<print cashFormat(1000)>>//
 <br><<link "Offer to set them up independently">>
 	<<replace "#result">>
 	You offer a way out of their situation. They, you suggest, can keep working in the now-vacant shop if they work together to pay the rent. They can move into a couple of vacant rooms nearby that you can easily have set up as a bunkhouse. You'll collect a little more rent, and they'll have a second chance. They @@.green;accept it with gratitude.@@ It's quite likely they'll either fail or have to accept being whores rather than strippers, but that's not your concern. @@.green;Your arcology's prosperity has increased.@@
@@ -638,7 +638,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 	<<set $cash -= 500>>
 	<<set $PStrip = 3>>
 	<</replace>>
-<</link>> //This will cost ¤500//
+<</link>> //This will cost <<print cashFormat(500)>>//
 
 <<case "strip club aftermath">>
 
@@ -689,7 +689,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 	<<set $cash -= 5000>>
 	<<set $personalArms = 3>>
 	<</replace>>
-<</link>> //This will cost ¤5000//
+<</link>> //This will cost <<print cashFormat(5000)>>//
 <br>
 <</if>>
 <<link "Arm yourself">>
@@ -697,10 +697,10 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 	In a time of uncertainty, the public looks up to people who project strength. So, you purchase yourself some of the latest armor and weapons, and make sure they are visible in a glass-walled cabinet in your office. Many of your wealthier tenants follow suit. A few of them even emulate your example and practice using these implements once a week. @@.green;Your reputation has improved.@@
 	<<set $nextButton = "Continue">>
 	<<set $rep += 500>>
-	<<set $cash -= 2000>> //This will cost ¤2000//
+	<<set $cash -= 2000>> //This will cost <<print cashFormat(2000)>>//
 	<<set $personalArms = 1>>
 	<</replace>>
-<</link>> //This will cost ¤2000//
+<</link>> //This will cost <<print cashFormat(2000)>>//
 <br><<link "Ignore this foolishness">>
 	<<replace "#result">>
 	No doubt this panicky fad will pass. You ignore the controversy. In a few days, the subject of a militia passes from the public mind.
@@ -922,7 +922,7 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
 	<<set $cash -= _price>>
 	<</if>>
 	<</replace>>
-<</link>> //This will cost ¤<<print _price>>//
+<</link>> //This will cost <<print cashFormat(_price)>>//
 
 <<case "aid result">>
 
diff --git a/src/uncategorized/growthResearchInstitute.tw b/src/uncategorized/growthResearchInstitute.tw
index 8a496ea2c65fcad73f333c711388c16f243f49ce..baf48742f5ef4b31ba2cdb2e87fd76548da8dbfe 100644
--- a/src/uncategorized/growthResearchInstitute.tw
+++ b/src/uncategorized/growthResearchInstitute.tw
@@ -20,7 +20,7 @@
 <</if>>
 <<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += Math.trunc($slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1))>><</if>>
 
-<br><br>The price is ¤<<print $slaveCost>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
+<br><br>The price is <<print cashFormat($slaveCost)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
 
 <<if $cash >= $slaveCost>>
 	<br>[[Buy her and check out other slaves to order|Growth Research Institute][$cash -= $slaveCost, $GRI.schoolSale = 0, $GRI.studentsBought += 1, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]]
diff --git a/src/uncategorized/householdLiquidator.tw b/src/uncategorized/householdLiquidator.tw
index 935f32c742cf98ed6424651acde3a9fc5f9bd94a..f71c0a750fba196ddcdcf760856949c961512023 100644
--- a/src/uncategorized/householdLiquidator.tw
+++ b/src/uncategorized/householdLiquidator.tw
@@ -28,7 +28,7 @@ The household liquidator is offering a set of siblings for sale. As usual, you w
 
 <<slaveCost $activeSlave>>
 
-The price is ¤<<print $slaveCost*3>>.
+The price is <<print cashFormat($slaveCost*3)>>.
 <br><br>
 
 <<if $cash >= $slaveCost*3>>
@@ -73,7 +73,7 @@ The household liquidator is offering a mother and her daughter for sale. As usua
 <<slaveCost $activeSlave>>
 <<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += Math.trunc($slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1))>><</if>>
 
-The price is ¤<<print $slaveCost*3>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
+The price is <<print cashFormat($slaveCost*3)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
 <br><br>
 
 <<if $cash >= $slaveCost*3>>
@@ -114,7 +114,7 @@ The household liquidator is offering something special: twins. The markup is hug
 <</if>>
 <<slaveCost $activeSlave>>
 
-The price is ¤<<print $slaveCost*4>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
+The price is <<print cashFormat($slaveCost*4)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
 <br><br>
 
 <<if $cash >= $slaveCost*4>>
diff --git a/src/uncategorized/jeSlaveDispute.tw b/src/uncategorized/jeSlaveDispute.tw
index 10c83d78ed19e71f51651b24d536a759f15a9c0a..0dc403b7c802480d8ad2b7122bda8247db017559 100644
--- a/src/uncategorized/jeSlaveDispute.tw
+++ b/src/uncategorized/jeSlaveDispute.tw
@@ -211,7 +211,7 @@
 		<<set $rep += 500>>
 		<<include "New Slave Intro">>
 		<</replace>>
-	<</link>> //This will cost ¤$contractCost and give you the slave//
+	<</link>> //This will cost <<print cashFormat($contractCost)>> and give you the slave//
 <<case "slave training">>
 	<<link "Privately inform both parties you'll settle this in favor of the most generous">>
 		<<replace "#result">>
@@ -243,7 +243,7 @@
 		<<set $rep += 500>>
 		<<include "New Slave Intro">>
 		<</replace>>
-	<</link>> //This will cost ¤$contractCost and give you the slave//
+	<</link>> //This will cost <<print cashFormat($contractCost)>> and give you the slave//
 <<case "majority deal">>
 	<<link "Privately inform both parties you'll settle this in favor of the most generous">>
 		<<replace "#result">>
@@ -275,7 +275,7 @@
 		<<set $rep += 300>>
 		<<include "New Slave Intro">>
 		<</replace>>
-	<</link>> //This will cost ¤$contractCost and give you the slave//
+	<</link>> //This will cost <<print cashFormat($contractCost)>> and give you the slave//
 <<case "indenture deal">>
 	<<link "Privately inform both parties you'll settle this in favor of the most generous">>
 		<<replace "#result">>
@@ -307,7 +307,7 @@
 		<<set $rep -= 100>>
 		<<include "New Slave Intro">>
 		<</replace>>
-	<</link>> //This will cost ¤$contractCost and give you the slave//
+	<</link>> //This will cost <<print cashFormat($contractCost)>> and give you the slave//
 <<default>>
 	<<link "Privately inform both parties you'll settle this in favor of the most generous">>
 		<<replace "#result">>
@@ -337,6 +337,6 @@
 		<br><br>
 		<<include "New Slave Intro">>
 		<</replace>>
-	<</link>> //This will cost ¤$contractCost and give you the slave//
+	<</link>> //This will cost <<print cashFormat($contractCost)>> and give you the slave//
 <</switch>>
 </span>
diff --git a/src/uncategorized/labReport.tw b/src/uncategorized/labReport.tw
index 7447f1ee79e1405afd7c66dd610b6c7a6c3fbabf..9102000b9870ff46e4d0d5e8ad6dfc093d69fe41 100644
--- a/src/uncategorized/labReport.tw
+++ b/src/uncategorized/labReport.tw
@@ -4,7 +4,7 @@
 <br>
 <<if ($researchLab.hired + $researchLab.menials) != 0>>
 	<<if $researchLab.research == "none" && $researchLab.manufacture == "none">>
-		Since the lab is currently not working on any projects it takes contract work and earns you @@.yellowgreen;¤<<print (($researchLab.hired * 3 + $researchLab.menials) * $researchLab.aiModule * 20)>>.@@
+		Since the lab is currently not working on any projects it takes contract work and earns you @@.yellowgreen;<<print cashFormat((($researchLab.hired * 3 + $researchLab.menials) * $researchLab.aiModule * 20))>>.@@
 		<<set $cash += (($researchLab.hired * 3 + $researchLab.menials) * $researchLab.aiModule * 20)>>
 	<<elseif $researchLab.research != "none">>
 		<<set $researchLab.productionTime -= (($researchLab.hired * 3) + ($researchLab.menials) * ($researchLab.aiModule))>>
@@ -57,4 +57,4 @@
 			Your lab staff are currently working on @@.yellow;$researchLab.manufacture@@.
 		<</if>>
 	<</if>>
-<</if>>
\ No newline at end of file
+<</if>>
diff --git a/src/uncategorized/lecoleDesEnculees.tw b/src/uncategorized/lecoleDesEnculees.tw
index d964af6e657cee9b1ec5d4bc285030ffedc99e91..5de48140fe64a5d5b0418f65219c4c0f37a55226 100644
--- a/src/uncategorized/lecoleDesEnculees.tw
+++ b/src/uncategorized/lecoleDesEnculees.tw
@@ -20,7 +20,7 @@
 <</if>>
 <<if $slavesSeen > $slaveMarketLimit>><<set $slaveCost += Math.trunc($slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1))>><</if>>
 
-<br><br>The price is ¤<<print $slaveCost>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
+<br><br>The price is <<print cashFormat($slaveCost)>>.<<if $slavesSeen > $slaveMarketLimit>> You have cast such a wide net for slaves this week that it is becoming more expensive to find more for sale. Your reputation helps determine your reach within the slave market.<</if>>
 
 <<if $cash >= $slaveCost>>
 	<br>[[Buy her and check out other slaves to order|L'école des Enculées][$cash -= $slaveCost, $LDE.schoolSale = 0, $LDE.studentsBought += 1, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]]
diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw
index 0dd6192e747f2c140e36c81a5e556e035a76aa58..7c131b4d26ffcaa2b0bc035d4edba4fb8532bf4f 100644
--- a/src/uncategorized/main.tw
+++ b/src/uncategorized/main.tw
@@ -82,7 +82,7 @@
 <</if>>
 
 /* Saves use the first eight printed words to make the "file name", the below line cheats and makes saves here nicer named. */
-@@font-size: 0; $arcologies[0].name, Week $week, $slaves.length Slaves, ¤$cash … … …  @@
+@@font-size: 0; $arcologies[0].name, Week $week, $slaves.length Slaves, <<print cashFormat($cash)>> … … …  @@
 
 <<if $newModelUI == 1>><<DisplayBuilding>><</if>>
 <<if $seeArcology == 1>>&nbsp;&nbsp;&nbsp;&nbsp;<<include "Arcology Description">> | [[Hide|Main][$seeArcology = 0]]<br><</if>>
diff --git a/src/uncategorized/manageArcology.tw b/src/uncategorized/manageArcology.tw
index 35539bc40171a9225f835ba8c02b18298aeb45cd..6f771501d3bbd127987832b18458d39047b754c6 100644
--- a/src/uncategorized/manageArcology.tw
+++ b/src/uncategorized/manageArcology.tw
@@ -35,7 +35,7 @@ __Construction__
 <br>
 
 <<if $arcologyUpgrade.drones != 1>>
-	//The first major upgrade needed is the installation of a drone security system so higher-class citizens will feel safe and protected should they choose to immigrate. This upgrade will cost ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>.//
+	//The first major upgrade needed is the installation of a drone security system so higher-class citizens will feel safe and protected should they choose to immigrate. This upgrade will cost <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>.//
 	<<link "Install drone security system">>
 		<<set $cash -= Math.trunc(5000*$upgradeMultiplierArcology)>>
 		<<set $arcologyUpgrade.drones = 1>>
@@ -46,13 +46,13 @@ __Construction__
 		<<if $PC.engineering < 100>><<set $PC.engineering += 1>><</if>>
 	<</link>>
 <<elseif $arcologyUpgrade.hydro != 1>>
-	//The next major upgrade needed is the installation of a better water reclamation system so your residents will have access to cheaper water and hydroponically grown food. This upgrade will cost ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>.// [[Upgrade water reclamation system|Manage Arcology][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $arcologyUpgrade.hydro = 1, $PC.engineering += 1]]
+	//The next major upgrade needed is the installation of a better water reclamation system so your residents will have access to cheaper water and hydroponically grown food. This upgrade will cost <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>.// [[Upgrade water reclamation system|Manage Arcology][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $arcologyUpgrade.hydro = 1, $PC.engineering += 1]]
 <<elseif $arcologyUpgrade.apron != 1>>
-	//The next major upgrade needed is the installation of a broader apron at the bottom of the arcology to increase its surface area and gather more solar energy. Right now, tenants that use a lot of power have to import it from outside. This upgrade will cost ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>.// [[Install solar apron|Manage Arcology][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $arcologyUpgrade.apron = 1, $PC.engineering += 1]]
+	//The next major upgrade needed is the installation of a broader apron at the bottom of the arcology to increase its surface area and gather more solar energy. Right now, tenants that use a lot of power have to import it from outside. This upgrade will cost <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>.// [[Install solar apron|Manage Arcology][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $arcologyUpgrade.apron = 1, $PC.engineering += 1]]
 <<elseif $arcologyUpgrade.grid != 1>>
-	//The next major upgrade needed is an improvement of the arcology's electrical transmission lines to make efficient use of the additional power from the solar apron. This upgrade will cost ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>>.// [[Upgrade transmission lines|Manage Arcology][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $arcologyUpgrade.grid = 1, $PC.engineering += 1]]
+	//The next major upgrade needed is an improvement of the arcology's electrical transmission lines to make efficient use of the additional power from the solar apron. This upgrade will cost <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>.// [[Upgrade transmission lines|Manage Arcology][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $arcologyUpgrade.grid = 1, $PC.engineering += 1]]
 <<elseif $arcologyUpgrade.spire != 1>>
-	//The next major upgrade needed is the addition of a spire at the top of the arcology to increase the space available for the wealthiest citizens to own whole floors. This huge project will cost ¤<<print Math.trunc(250000*$upgradeMultiplierArcology)>>.// [[Add spire|Manage Arcology][$cash -= Math.trunc(250000*$upgradeMultiplierArcology), $arcologyUpgrade.spire = 1, $sectors[1].type = "Apartments", $sectors[2].type = "Apartments", $sectors[3].type = "Apartments", $sectors[4].type = "Apartments", $sectors[1].ownership = 1, $sectors[2].ownership = 1, $sectors[3].ownership = 1, $sectors[4].ownership = 1, $PC.engineering += 1]]
+	//The next major upgrade needed is the addition of a spire at the top of the arcology to increase the space available for the wealthiest citizens to own whole floors. This huge project will cost <<print cashFormat(Math.trunc(250000*$upgradeMultiplierArcology))>>.// [[Add spire|Manage Arcology][$cash -= Math.trunc(250000*$upgradeMultiplierArcology), $arcologyUpgrade.spire = 1, $sectors[1].type = "Apartments", $sectors[2].type = "Apartments", $sectors[3].type = "Apartments", $sectors[4].type = "Apartments", $sectors[1].ownership = 1, $sectors[2].ownership = 1, $sectors[3].ownership = 1, $sectors[4].ownership = 1, $PC.engineering += 1]]
 <<else>>
 	//The arcology's public areas are fully upgraded.//
 <</if>>
@@ -65,9 +65,9 @@ __Construction__
 <br>
 
 <<if $weatherCladding == 0>>
-	//Extreme weather is becoming common worldwide. The arcology's exterior can be hardened to reduce damage in case of heavy weather, but this will reduce its beauty somewhat and will cost ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>>. Your citizens are <<if $weatherAwareness == 0>>likely to disapprove of this measure as alarmism.<<else>>@@.yellow;concerned that this measure has not been taken already.@@<</if>> // [[Apply weather cladding|Manage Arcology][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $weatherCladding = 1, $PC.engineering += 1]]
+	//Extreme weather is becoming common worldwide. The arcology's exterior can be hardened to reduce damage in case of heavy weather, but this will reduce its beauty somewhat and will cost <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>. Your citizens are <<if $weatherAwareness == 0>>likely to disapprove of this measure as alarmism.<<else>>@@.yellow;concerned that this measure has not been taken already.@@<</if>> // [[Apply weather cladding|Manage Arcology][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $weatherCladding = 1, $PC.engineering += 1]]
 <<elseif $weatherCladding == 1 && $arcologyUpgrade.spire == 1>>
-	The arcology's exterior is jacketed with unsightly but sturdy weather cladding. Your arcology is so prosperous that remodeling the cladding into something beautiful is within the realm of possibility. This massive project will cost ¤<<print Math.trunc(3500000*$upgradeMultiplierArcology)>> and without a doubt render your arcology one of the wonders of the world.
+	The arcology's exterior is jacketed with unsightly but sturdy weather cladding. Your arcology is so prosperous that remodeling the cladding into something beautiful is within the realm of possibility. This massive project will cost <<print cashFormat(Math.trunc(3500000*$upgradeMultiplierArcology))>> and without a doubt render your arcology one of the wonders of the world.
 [[Remodel weather cladding|Manage Arcology][$cash -= Math.trunc(3500000*$upgradeMultiplierArcology), $weatherCladding = 2, $PC.engineering += 1]]
 <<elseif $weatherCladding == 1>>
 	//The arcology's exterior is jacketed with unsightly but sturdy weather cladding.//
@@ -78,7 +78,7 @@ __Construction__
 <br>
 
 <<if ($receiverAvailable == 1) && ($FCTVenable != 0) && ($FCTVreceiver == 0)>>
-    You have not installed an FCTV receiver. Installing this receiver yourself will cost ¤<<print Math.trunc(25000*$upgradeMultiplierArcology)>>. You can have your citizens pay for the fiberoptic upgrades, reducing the cost to ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>. You can also have them heavily subsidize installation, they will be upset about it, but it will only cost ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>.
+    You have not installed an FCTV receiver. Installing this receiver yourself will cost <<print cashFormat(Math.trunc(25000*$upgradeMultiplierArcology))>>. You can have your citizens pay for the fiberoptic upgrades, reducing the cost to <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>. You can also have them heavily subsidize installation, they will be upset about it, but it will only cost <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>.
     [[No subsidy|Manage Arcology][$cash -= Math.trunc(25000*$upgradeMultiplierArcology), $FCTVreceiver = 1, $receiverAvailable = $week, $rep += 500, $PC.engineering += 1]] | [[Light subsidy|Manage Arcology][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $FCTVreceiver = 1, $receiverAvailable = $week, $PC.engineering += 1]] | [[Heavy subsidy|Manage Arcology][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $FCTVreceiver = 1, $receiverAvailable = $week, $rep -= 1500, $PC.engineering += 1]]
 <<elseif ($FCTVreceiver == 3)>>
     You have installed the FCTV receiver and have access to the full range of FCTV's programs. High viewership rates amongst your citizens makes it easier to pursue your societal goals.
@@ -95,7 +95,7 @@ __Construction__
 	<<if $propHub == 0>>
 		<br>
 		[[Set up the propaganda Hub|Manage Arcology][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $propHub = 1, $PC.engineering += 1]]
-		//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>.//
+		//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>.//
 		<br>//Building specialized in the management of authority.//
 	<<else>>
 		<br>
@@ -104,7 +104,7 @@ __Construction__
 	<<if $secHQ == 0>>
 		<br>
 		[[Set up the security headquarters|Manage Arcology][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $secHQ = 1, $PC.engineering += 1]]
-		//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>.//
+		//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>.//
 		<br>//Building specialized in the management of security and crime.//
 	<<else>>
 		<br>
@@ -114,7 +114,7 @@ __Construction__
 	<<if $secBarracks == 0>>
 		<br>
 		[[Set up the barracks|Manage Arcology][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $secBarracks = 1, $PC.engineering += 1]]
-		//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>//
+		//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 		<br>//Building specialized in the management of armed forces.//
 	<<else>>
 		<br>
@@ -124,7 +124,7 @@ __Construction__
 	<<if $riotCenter == 0 && $rebellionsEnabled == 1>>
 		<br>
 		[[Set up the riot control center|Manage Arcology][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $riotCenter = 1]]
-		//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>//
+		//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 		<<if $PC.engineering < 100>><<set $PC.engineering += 1>><</if>>
 		<br>//Building specialized in the management and suppression of rebellions.//
 	<<elseif $rebellionsEnabled == 1>>
diff --git a/src/uncategorized/managePenthouse.tw b/src/uncategorized/managePenthouse.tw
index aea2057e1abb2748afe5252ef5fc22644866c99f..cbff8aca8464250b24630e95832d5f140ac7b1b6 100644
--- a/src/uncategorized/managePenthouse.tw
+++ b/src/uncategorized/managePenthouse.tw
@@ -20,7 +20,7 @@ __Penthouse Capacity__
 
 The main penthouse dormitory, which houses slaves who aren't living in a facility and aren't granted a luxurious standard of living, has a capacity of ''$dormitory'' slaves.
 [[Expand the dormitory|Manage Penthouse][$cash -= Math.trunc($dormitory*1000*$upgradeMultiplierArcology), $dormitory += 10, $PC.engineering += .1]]
-//Costs ¤<<print Math.trunc($dormitory*1000*$upgradeMultiplierArcology)>>//
+//Costs <<print cashFormat(Math.trunc($dormitory*1000*$upgradeMultiplierArcology))>>//
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 //Exceeding this limit is bad for slaves' health, devotion and trust//
 
@@ -28,7 +28,7 @@ The main penthouse dormitory, which houses slaves who aren't living in a facilit
 
 The penthouse also features little individual rooms, which house slaves who do enjoy a luxurious standard of living. They have a capacity of ''$rooms'' slaves.
 [[Expand the rooms|Manage Penthouse][$cash -= Math.trunc($rooms*1000*$upgradeMultiplierArcology), $rooms += 5, $PC.engineering += .1]]
-//Costs ¤<<print Math.trunc($rooms*1000*$upgradeMultiplierArcology)>>//
+//Costs <<print cashFormat(Math.trunc($rooms*1000*$upgradeMultiplierArcology))>>//
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 //The number of rooms determines the number of slaves that can be granted luxury//
 
@@ -40,7 +40,7 @@ __Penthouse Facilities__
 
 <<if $masterSuite == 0>>
 	[[Improve your master bedroom to house a harem of personal toys|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $masterSuite = 1, $PC.engineering += 1]]
-	//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 <<else>>
 	Your penthouse is capped by a master suite with room for an entire harem of personal toys.
 <</if>>
@@ -49,7 +49,7 @@ __Penthouse Facilities__
 
 <<if $servantsQuarters == 0>>
 	[[Build a dormitory to house large numbers of house servants|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $servantsQuarters = 5, $PC.engineering += 1]]
-	//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 <<else>>
 	Your penthouse includes a dormitory to house large numbers of house servants.
 <</if>>
@@ -58,7 +58,7 @@ __Penthouse Facilities__
 
 <<if $schoolroom == 0>>
 	[[Build a schoolroom where slaves can be educated|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $schoolroom = 5, $PC.engineering += 1]]
-	//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 <<else>>
 	Your penthouse includes a schoolroom where slaves can be educated.
 <</if>>
@@ -67,7 +67,7 @@ __Penthouse Facilities__
 
 <<if $spa == 0>>
 	[[Install open baths to provide relaxation space for resting slaves|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $spa = 5, $PC.engineering += 1]]
-	//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 <<else>>
 	The penthouse includes a fully appointed spa where slaves can rest and recuperate.
 <</if>>
@@ -76,7 +76,7 @@ __Penthouse Facilities__
 
 <<if $clinic == 0>>
 	[[Expand the surgical recovery area to accommodate patients and a nurse|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clinic = 5, $PC.engineering += 1]]
-	//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 <<else>>
 	The surgical recovery area has been expanded to take in more unhealthy slaves and be staffed by a nurse.
 <</if>>
@@ -85,7 +85,7 @@ __Penthouse Facilities__
 
 <<if $cellblock == 0>>
 	[[Construct cells to properly confine disobedient slaves|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $cellblock = 5, $PC.engineering += 1]]
-	//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 <<else>>
 	The lower level of the penthouse includes a hallway of cells to confine slaves in.
 <</if>>
@@ -96,7 +96,7 @@ __Penthouse Facilities__
 <<if $arcologyUpgrade.grid == 1>>
 <<if $incubator == 0>>
 	[[Install an incubation chamber to rapidly age children|Manage Penthouse][$cash -= Math.trunc(100000*$upgradeMultiplierArcology), $incubator = 1, $PC.engineering += 1]]
-	//Costs ¤<<print Math.trunc(100000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(100000*$upgradeMultiplierArcology))>>//
 <<else>>
 	The penthouse has a specialized facility dedicated to rapidly aging children.
 <</if>>
@@ -108,7 +108,7 @@ __Penthouse Facilities__
 
 <<if $HGSuite != 1>>
 	[[Build a small suite for a Head Girl to live in|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $HGSuite = 1, $PC.engineering += 1]]
-	//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 <<else>>
 	There is a small but handsome suite next to yours reserved for the Head Girl.
 <</if>>
@@ -119,7 +119,7 @@ __Penthouse Facilities__
 		Your penthouse is now equipped with a research lab.
 	<<else>>
 		[[Clear out one of the floors and install research equipment|Manage Penthouse][$cash -= Math.trunc(15000*$upgradeMultiplierArcology), $researchLab.built = "true", $researchLab.maxSpace = 5, $PC.engineering += 1]]
-		//Costs ¤<<print Math.trunc(15000*$upgradeMultiplierArcology)>>//
+		//Costs <<print cashFormat(Math.trunc(15000*$upgradeMultiplierArcology))>>//
 	<</if>>
 <</if>>
 
@@ -131,7 +131,7 @@ __Penthouse Upgrades__
 
 <<if $servantMilkers != 1>>
 	Your penthouse is equipped with basic milkers for lactating slaves. [[Install more and tie them into the liquid systems|Manage Penthouse][$cash -= Math.trunc(25000*$upgradeMultiplierArcology), $servantMilkers = 1, $PC.engineering += .1]]
-	//Costs ¤<<print Math.trunc(25000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(25000*$upgradeMultiplierArcology))>>//
 <<else>>
 	Every room in the penthouse is equipped with milkers tied into the liquid systems, letting slaves with full udders drain them anywhere.
 <</if>>
@@ -141,10 +141,10 @@ __Penthouse Upgrades__
 <<if $boobAccessibility != 1>>
 <<if $pregAccessibility == 1 || $ballsAccessibility || $buttAccessibility>>
 	Your penthouse has already been widened for overly wide slaves but there are no special accommodations for slaves with enormous breasts. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $boobAccessibility = 1, $PC.engineering += .5]]
-	//Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>//
 <<else>>
 	Your penthouse has no special accessibility provisions for slaves with enormous breasts. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $boobAccessibility = 1, $PC.engineering += 1]]
-	//Costs ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>//
 <</if>>
 <<else>>
 	The entire penthouse has been remodeled to make life with enormous breasts easier. The doorways have been widened, and tables, sinks and other items now have two levels: one at shoulder height for slaves to use, and another at waist height for them to rest their tits on while they do.
@@ -155,10 +155,10 @@ __Penthouse Upgrades__
 <<if $pregAccessibility != 1>>
 <<if $boobAccessibility == 1 || $ballsAccessibility || $buttAccessibility>>
 	Your penthouse has already been widened to make life for overly wide slaves easier but there are no special accommodations for slaves with enormous pregnancies. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $pregAccessibility = 1, $PC.engineering += .5]]
-	//Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>//
 <<else>>
 	Your penthouse has no special accessibility provisions for slaves with enormous pregnancies. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $pregAccessibility = 1, $PC.engineering += 1]]
-	//Costs ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>//
 <</if>>
 <<else>>
 	The entire penthouse has been remodeled to make life with enormous pregnancies easier. The doorways have been widened, and tables, sinks and other items are now designed to work around a massively distended belly.
@@ -170,7 +170,7 @@ __Penthouse Upgrades__
 
 <<if $dickAccessibility != 1>>
 	Your penthouse has no special accessibility provisions for slaves with enormous dicks. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $dickAccessibility = 1, $PC.engineering += .5]]
-	//Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>//
 <<else>>
 	The entire penthouse has been remodeled to make life with enormous dicks easier. Carts, slings and harnesses are available to keep things from dragging and there is now plenty of room for huge genitals to occupy when a slave must use appliances, tables and seats.
 <</if>>
@@ -179,10 +179,10 @@ __Penthouse Upgrades__
 <<if $ballsAccessibility != 1>>
 <<if $boobAccessibility == 1 || $buttAccessibility || $pregAccessibility>>
 	Your penthouse has already been widened to make life for overly wide slaves easier but there are no special accommodations for slaves with enormous testicles. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $ballsAccessibility = 1, $PC.engineering += .5]]
-	//Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>//
 <<else>>
 	Your penthouse has no special accessibility provisions for slaves with enormous testicles. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $ballsAccessibility = 1, $PC.engineering += 1]]
-	//Costs ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>//
 <</if>>
 <<else>>
 	The entire penthouse has been remodeled to make life with enormous testicles easier. The doorways have been widened, tables, sinks and other items are now designed to fit over giant balls, drains have been widened to allow excessive cum to flow easier, and seats have been specially altered to allow plenty of ball room for seated slaves.
@@ -192,10 +192,10 @@ __Penthouse Upgrades__
 <<if $buttAccessibility != 1>>
 <<if $boobAccessibility == 1 || $dickAccessibility || $ballsAccessibility>>
 	Your penthouse has already been widened to make life for overly wide slaves easier but there are no special accommodations for slaves with gigantic posteriours. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $buttAccessibility = 1, $PC.engineering += .5]]
-	//Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>//
 <<else>>
 	Your penthouse has no special accessibility provisions for slaves with enormous posteriors. [[Remodel for accessibility|Manage Penthouse][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $buttAccessibility = 1, $PC.engineering += 1]]
-	//Costs ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>//
 <</if>>
 <<else>>
 	The entire penthouse has been remodeled to make life with enormous rears easier. The doorways have been widened, and anything that can be sat on is now extra, extra wide and reinforced to allow even the heaviest, biggest asses to comfortably rest upon it.
@@ -207,7 +207,7 @@ __Penthouse Upgrades__
 
 <<if $feeder == 0>>
 	[[Upgrade the kitchen's nutritional sensing systems|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $feeder = 1, $PC.engineering += .1]]
-	//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 <<else>>
 	The kitchen mounts sensors to refine diets in real time.
 <</if>>
@@ -216,7 +216,7 @@ __Penthouse Upgrades__
 
 <<if $cockFeeder == 0>>
 	[[Enhance the feeding system with faux phalli|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $cockFeeder = 1, $PC.engineering += .1]]
-	//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 <<else>>
 	The kitchen dispenses food from phalli slaves must suck off in order to eat. //[[Remove them|Manage Penthouse][$cockFeeder = 0]]//
 <</if>>
@@ -225,7 +225,7 @@ __Penthouse Upgrades__
 
 <<if $suppository == 0>>
 	[[Replace the drug dispensers with reciprocating dildo suppositories|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $suppository = 1, $PC.engineering += .1]]
-	//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 <<else>>
 	The kitchen applies drugs that can be absorbed rectally by assfucking slaves with dildos that cum the pharmaceuticals.  //[[Remove them|Manage Penthouse][$suppository = 0]]//
 <</if>>
@@ -235,7 +235,7 @@ __Penthouse Upgrades__
 <<if $dairy != 0>>
 <<if $dairyPiping == 0>>
 	[[Install pipes connecting the Dairy to the rest of your penthouse for use in enema play|Manage Penthouse][$cash -= Math.trunc(15000*$upgradeMultiplierArcology), $dairyPiping = 1, $PC.engineering += .5]]
-	//Costs ¤<<print Math.trunc(15000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(15000*$upgradeMultiplierArcology))>>//
 <<else>>
 	Various taps around the penthouse supply product from $dairyName for use in enema play and force-feeding.
 <</if>>
@@ -247,7 +247,7 @@ __Penthouse Upgrades__
 
 <<if $studio == 0>>
 	[[Install a media hub to convert slave video feeds into pornography|Manage Penthouse][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $studio = 1, $PC.engineering += 1]]
-	//Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>//
 <<else>>
 	The arcology's video systems are connected to a media hub that can convert slave video feeds into pornography.
 <</if>>
@@ -256,10 +256,10 @@ __Penthouse Upgrades__
 
 <<if $dojo == 0>>
 	[[Set up a personal armory to support a bodyguard|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $dojo = 1, $PC.engineering += 1]]
-	//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 <<elseif $dojo == 1>>
 	There is a small armory next to your office that can support a bodyguard. [[Upgrade the armory with a private room for the bodyguard|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $dojo = 2, $PC.engineering += .5]]
-	//Costs ¤<<print Math.trunc(5000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 <<else>>
 	There is a small armory next to your office that can support a bodyguard, with a little room for her to rest in when off duty.
 <</if>>
@@ -269,7 +269,7 @@ __Penthouse Upgrades__
 <<if $surgeryUpgrade == 0>>
 <<if $rep > 10000>>
 	[[Upgrade the remote surgery|Manage Penthouse][$cash -= Math.trunc(50000*$upgradeMultiplierArcology), $surgeryUpgrade = 1, $PC.engineering += 1]]
-	//Costs ¤<<print Math.trunc(50000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>//
 <<else>>
 	//You lack the reputation to secure rare surgery upgrades//
 <</if>>
@@ -282,7 +282,7 @@ __Penthouse Upgrades__
 <<if $dispensary == 0>>
 <<if $rep > 2000>>
 	[[Install a pharmaceutical fabricator|Manage Penthouse][$cash -= Math.trunc(20000*$upgradeMultiplierArcology), $dispensary = 1, $drugsCost = $drugsCost/4, $PC.engineering += .1]]
-	//Costs ¤<<print Math.trunc(20000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>>//
 <<else>>
 	//You lack the reputation to obtain cutting-edge pharmaceutical technology//
 <</if>>
@@ -300,7 +300,7 @@ __Penthouse Upgrades__
 	There is a facility to construct mechanical prosthetic limbs for amputated slaves.
 	<<if ($rep > 14000)>>
 		[[Research advanced prototype prosthetics|Manage Penthouse][$cash -= Math.trunc(100000*$upgradeMultiplierArcology), $prostheticsUpgrade = 2]]
-		//Costs ¤<<print Math.trunc(100000*$upgradeMultiplierArcology)>>//
+		//Costs <<print cashFormat(Math.trunc(100000*$upgradeMultiplierArcology))>>//
 	<<else>>
 		//You lack the reputation to research and produce prototype prosthetics.//
 	<</if>>
@@ -308,7 +308,7 @@ __Penthouse Upgrades__
 	There is a prosthetics facility upgraded to use advanced materials and designs.
 	<<if ($rep > 16000)>>
 		[[Research high-tech cybernetic limbs|Manage Penthouse][$cash -= Math.trunc(100000*$upgradeMultiplierArcology), $prostheticsUpgrade = 3]]
-		//Costs ¤<<print Math.trunc(100000*$upgradeMultiplierArcology)>>//
+		//Costs <<print cashFormat(Math.trunc(100000*$upgradeMultiplierArcology))>>//
 	<<else>>
 		//You lack the reputation to research and produce prototype cybernetic limbs.//
 	<</if>>
@@ -317,9 +317,9 @@ __Penthouse Upgrades__
 	<<default>>
 	<<if ($rep > 12000)>>
 		[[Construct a mechanical prosthetics facility|Manage Penthouse][$cash -= Math.trunc(100000*$upgradeMultiplierArcology), $prostheticsUpgrade = 1, $PC.engineering += 1]]
-		//Costs ¤<<print Math.trunc(100000*$upgradeMultiplierArcology)>>//
+		//Costs <<print cashFormat(Math.trunc(100000*$upgradeMultiplierArcology))>>//
 	<<else>>
 		//You lack the reputation to construct a prosthetics facility.//
 	<</if>>
 	<</switch>>
-<</if>>
\ No newline at end of file
+<</if>>
diff --git a/src/uncategorized/manufacturing.tw b/src/uncategorized/manufacturing.tw
index 5c49e85641d261efbfb22cb9f887452eb7cda742..b427db51bbc901135cfe669fab1bb1ecbce17479 100644
--- a/src/uncategorized/manufacturing.tw
+++ b/src/uncategorized/manufacturing.tw
@@ -30,14 +30,14 @@ This is a space in the arcology's service areas,
 <<if $dairy == 0>>
 	<br>
 	[[Construct a dairy to milk slaves on an industrial scale|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $dairy = 5, $sectors[$AS].type = "Dairy"]]
-	//Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>> and will incur upkeep costs//
+	//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>> and will incur upkeep costs//
 <</if>>
 
 <<if $mercenaries>>
 <<if $barracks != 1>>
 	<br>
 	[[Build an armoury to properly house your mercenaries|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $barracks = 1, $sectors[$AS].type = "Barracks"]]
-	//Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>> but will reduce mercenary upkeep//
+	//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>> but will reduce mercenary upkeep//
 <</if>>
 <</if>>
 
@@ -47,22 +47,22 @@ This is a space in the arcology's service areas,
 <<if $weapManu != 1>>
 	<br>
 	[[Convert this sector to weapons manufacturing|Main][$cash -= Math.trunc(30000*$upgradeMultiplierArcology), $weapManu = 1, $sectors[$AS].type = "weapManu"]]
-	//Costs ¤<<print Math.trunc(30000*$upgradeMultiplierArcology)>> but will provide a weekly income and will unlock upgrades for our troops//
+	//Costs <<print cashFormat(Math.trunc(30000*$upgradeMultiplierArcology))>> but will provide a weekly income and will unlock upgrades for our troops//
 <</if>>
 <</if>>
 
 <br>
 [[Convert to pens to increase the number of menial slaves you can house|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $sectors[$AS].type = "Pens"]]
-//Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>//
+//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>//
 
 <<if $sectors[$AS].type != "Sweatshops">>
 	<br>
 	[[Convert these facilities to use the labor of menial slaves|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $sectors[$AS].type = "Sweatshops"]]
-	//Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>//
 <</if>>
 
 <<if $sectors[$AS].type != "Manufacturing">>
 	<br>
 	[[Return this sector to standard manufacturing|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $sectors[$AS].type = "Manufacturing"]]
-	//Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>//
 <</if>>
diff --git a/src/uncategorized/markets.tw b/src/uncategorized/markets.tw
index 86ce91ea4b2191f17219418cf23ef718ca256733..691e36dc0f5d2e3379e512ccb7221717f6d50e08 100644
--- a/src/uncategorized/markets.tw
+++ b/src/uncategorized/markets.tw
@@ -9,24 +9,24 @@ This is an area of the concourse occupied by large stores and markets, many of w
 <<if $arcade == 0>>
 	<br>
 	[[Construct a sex arcade to present slaves' holes for public use|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $arcade = 5, $sectors[$AS].type = "Arcade"]]
-	//Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>> and will incur upkeep costs//
+	//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>> and will incur upkeep costs//
 <</if>>
 
 <<if $pit == 0>>
 	<br>
 	[[Build a pit to host proper slave fights|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $pit = 1, $sectors[$AS].type = "Pit"]]
-	//Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>//
 <</if>>
 
 <<if $secExp == 1 && $transportHub == 0>>
 	<br>
 	[[Centralize and modernize the transport hub|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $transportHub = 1, $sectors[$AS].type = "transportHub", $docks = 1, $railway = 1, $airport = 1]]
-	//Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>>//
+	//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>//
 <</if>>
 
 <<if $corpMarket == 0 && $corpIncorporated == 1>>
 	<br>
 	[[Create a flagship slave market for your corporation here|Main][$corpCash -= Math.trunc(10000*$upgradeMultiplierArcology), $corpMarket = 1, $sectors[$AS].type = "CorporateMarket"]]
-	//Costs ¤<<print Math.trunc(10000*$upgradeMultiplierArcology)>> of the corporation's money//
+	//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>> of the corporation's money//
 <</if>>
 
diff --git a/src/uncategorized/masterSuite.tw b/src/uncategorized/masterSuite.tw
index 9e5f43d78a12335b424824adc22e925d79d6df29..003848dc3ee1eb4fb3d85184b0b8e9ebec8e885d 100644
--- a/src/uncategorized/masterSuite.tw
+++ b/src/uncategorized/masterSuite.tw
@@ -289,14 +289,14 @@ $masterSuiteNameCaps is furnished
 <<else>>
 	None of your slaves are serving here.
 <</if>>
-<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Refit the suite to the height of traditional opulence|Master Suite][$cash -= _Tmult2, $masterSuiteUpgradeLuxury = 1]] //Costs ¤_Tmult2 and will focus the suite on you//
-<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Remodel the suite around a luxurious pit for group sex|Master Suite][$cash -= _Tmult2, $masterSuiteUpgradeLuxury = 2]] //Costs ¤_Tmult2; will encourage fucktoys to fuck each other//
+<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Refit the suite to the height of traditional opulence|Master Suite][$cash -= _Tmult2, $masterSuiteUpgradeLuxury = 1]] //Costs <<print cashFormat(_Tmult2)>> and will focus the suite on you//
+<br>&nbsp;&nbsp;&nbsp;&nbsp;[[Remodel the suite around a luxurious pit for group sex|Master Suite][$cash -= _Tmult2, $masterSuiteUpgradeLuxury = 2]] //Costs <<print cashFormat(_Tmult2)>>; will encourage fucktoys to fuck each other//
 
 <</if>>
 
 <br>$masterSuiteNameCaps has room for $masterSuite slaves to live comfortably<<if $masterSuiteUpgradeLuxury == 2>> in the moments when they're not in the fuckpit<<elseif $masterSuiteUpgradeLuxury == 1>> on its huge bed<</if>>.
 <<set _Tmult0 = Math.trunc($masterSuite*1000*$upgradeMultiplierArcology)>>
-[[Expand the Master Suite|Master Suite][$cash -= _Tmult0, $masterSuite += 2, $PC.engineering += .1]] //Costs ¤_Tmult0//
+[[Expand the Master Suite|Master Suite][$cash -= _Tmult0, $masterSuite += 2, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>//
 
 <br>
 <<if $masterSuiteUpgradePregnancy == 1>>
@@ -304,7 +304,7 @@ $masterSuiteNameCaps is furnished
 	<<if $masterSuitePregnancySlaveLuxuries == 1>>
 		Pregnant slaves are being ''given some luxuries'' to reduce stress. [[End the special treatment of pregnant slaves|Master Suite][$masterSuitePregnancySlaveLuxuries = 0]]<br>
 	<<else>>
-		Pregnant slaves ''have no extra luxuries'' to reduce stress. [[Give pregnant slaves lighter duties|Master Suite][$masterSuitePregnancySlaveLuxuries = 1]]  //Costs ¤500/week//<br>
+		Pregnant slaves ''have no extra luxuries'' to reduce stress. [[Give pregnant slaves lighter duties|Master Suite][$masterSuitePregnancySlaveLuxuries = 1]]  //Costs <<print cashFormat(500)>>/week//<br>
 	<</if>>
 	<<if $masterSuitePregnancyFertilityDrugs == 1 || $masterSuiteHyperPregnancy == 1>>
 		Fertile slaves ''are being given'' <<if $masterSuiteHyperPregnancy == 1>>super fertility drugs<<else>>fertility drugs<</if>>, encouraging impregnation and multiple pregnancy.<<if $masterSuiteHyperPregnancy == 1>> [[End the drug regime|Master Suite][$masterSuiteHyperPregnancy = 0, $masterSuitePregnancyFertilitySupplements = 0]]<<else>> [[End the drug regime|Master Suite][$masterSuitePregnancyFertilityDrugs = 0, $masterSuitePregnancyFertilitySupplements = 0]]<</if>><br>
@@ -314,13 +314,13 @@ $masterSuiteNameCaps is furnished
 	<<if $masterSuitePregnancyFertilityDrugs == 0 && $masterSuiteHyperPregnancy == 0>>
 		//Fertile slaves ''must be on fertility drugs'' to be given fertility supplements// <br>
 	<<elseif $masterSuitePregnancyFertilitySupplements == 0 && ($masterSuitePregnancyFertilityDrugs == 1 || $masterSuiteHyperPregnancy == 1)>>
-		Fertile slaves ''are not being given'' fertility drug supplements. [[Give supplements to slaves on fertility drugs|Master Suite][$masterSuitePregnancyFertilitySupplements = 1]] //Costs ¤1000/week//<br>
+		Fertile slaves ''are not being given'' fertility drug supplements. [[Give supplements to slaves on fertility drugs|Master Suite][$masterSuitePregnancyFertilitySupplements = 1]] //Costs <<print cashFormat(1000)>>/week//<br>
 	<</if>>
 	<<if $masterSuitePregnancyFertilitySupplements == 1 && ($masterSuitePregnancyFertilityDrugs == 1 || $masterSuiteHyperPregnancy == 1)>>
 		Fertile slaves ''are being given'' supplements to their fertility drugs, further enhancing the chances of multiple pregnancy. [[End the supplement regime|Master Suite][$masterSuitePregnancyFertilitySupplements = 0]]<br>
 	<</if>>
 <<else>>
-	The master suite does not currently have special customizations to support slave pregnancy. [[Refit the suite to support and encourage slave pregnancy|Master Suite][$cash -= _Tmult3, $masterSuiteUpgradePregnancy = 1]] //Costs ¤_Tmult3//
+	The master suite does not currently have special customizations to support slave pregnancy. [[Refit the suite to support and encourage slave pregnancy|Master Suite][$cash -= _Tmult3, $masterSuiteUpgradePregnancy = 1]] //Costs <<print cashFormat(_Tmult3)>>//
 <</if>>
 
 <br><br>
diff --git a/src/uncategorized/matchmaking.tw b/src/uncategorized/matchmaking.tw
index 3d1f6983c826a7ef0cc396676c7cdd2a07bc80ed..afb1db1ac027bc86a0e0f4e5206f3fe83d1868f1 100644
--- a/src/uncategorized/matchmaking.tw
+++ b/src/uncategorized/matchmaking.tw
@@ -334,7 +334,7 @@ Despite her devotion and trust, she is still a slave, and probably knows that he
 	<</replace>>
 <</link>>
 <<if $cash > 10000>>
-<br>Invite prominent citizens to a wedding (This will cost ¤10000):
+<br>Invite prominent citizens to a wedding (This will cost <<print cashFormat(10000)>>):
 <br>&nbsp;&nbsp;&nbsp;&nbsp;<<link "Straightforward ceremony">>
 	<<replace "#result2">>
 	You order $assistantName to invite deserving citizens to a straightforward ceremony for a slave being married to a slaveowner, and to make the arrangement. The wedding will take place during the upcoming week.
@@ -530,4 +530,4 @@ Being ordered into a relationship would be difficult for anyone, but they're so
 
 <</if>>
 
-<<set $activeSlave = $eventSlave>> /* this should be harmless, keyword should */
\ No newline at end of file
+<<set $activeSlave = $eventSlave>> /* this should be harmless, keyword should */
diff --git a/src/uncategorized/neighborDescription.tw b/src/uncategorized/neighborDescription.tw
index 2ee7a112716544d2bb6fb73abc9c97262d2402c3..403220c55f7ea8ced76d2ce385c13a2641bc88ff 100644
--- a/src/uncategorized/neighborDescription.tw
+++ b/src/uncategorized/neighborDescription.tw
@@ -32,7 +32,7 @@ Its leadership has control of approximately @@.orange;<<print Math.trunc(($arcol
 <</if>>
 <<if $arcologies[$i].PCminority > 0>>You own @@.lime;$arcologies[$i].PCminority%@@ of this arcology<<if ($arcologies[$i].government == "your trustees") || ($arcologies[$i].government == "your agent")>><<if $arcologies[$i].minority > $arcologies[$i].PCminority-10>>, a dangerously narrow margin over competition with a @.red;<<print Math.trunc(($arcologies[$i].minority*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>%@@ share<</if>><</if>>.<</if>>
 <<set $economicUncertainty -= 2*$assistantPower>>
-The arcology has an estimated GSP of @@.yellowgreen;¤<<print Math.trunc((0.1*$arcologies[$i].prosperity*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>m,@@
+The arcology has an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trunc((0.1*$arcologies[$i].prosperity*random(100-$economicUncertainty,100+$economicUncertainty))/100))>>m,@@
 <<if Math.abs($arcologies[$i].prosperity - $averageProsperity) < 5>>
 	average among
 <<elseif $arcologies[$i].prosperity > $averageProsperity>>
diff --git a/src/uncategorized/neighborInteract.tw b/src/uncategorized/neighborInteract.tw
index 9393ff5f8ee0b9878437c8aadb13ba60ee714dae..357bf67745c4efc8dee8a10a8d04ec9dc4cbd308 100644
--- a/src/uncategorized/neighborInteract.tw
+++ b/src/uncategorized/neighborInteract.tw
@@ -173,7 +173,7 @@
 <</if>>
 <br>&nbsp;&nbsp;&nbsp;&nbsp;You own ''$activeArcology.PCminority%'' of $activeArcology.name.
 <<set $seed = 500*Math.trunc($activeArcology.prosperity*(1+($activeArcology.demandFactor/100)))>>
-A 1% interest in $activeArcology.name is worth ¤$seed and will require a transaction cost of ¤10000 to acquire.
+A 1% interest in $activeArcology.name is worth <<print cashFormat($seed)>> and will require a transaction cost of <<print cashFormat(10000)>> to acquire.
 <<if ($activeArcology.ownership + $activeArcology.PCminority + $activeArcology.minority < 100)>>
 	[[Buy|Neighbor Interact][$buyArcologyDirection = $activeArcology.direction, $transaction = 1]]
 	<<if ($activeArcology.ownership + $activeArcology.PCminority + $activeArcology.minority <= 90)>>
diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw
index 15d4e14326267e2da4505c6678c60a7ac610ca5e..c55e290dd2c845cdad56c37fa750607cc165d78d 100644
--- a/src/uncategorized/neighborsDevelopment.tw
+++ b/src/uncategorized/neighborsDevelopment.tw
@@ -68,7 +68,7 @@
   <<set _error = 10>>
 <</if>>
 <<set _error -= 2*$assistantPower>>
-has an estimated GSP of @@.yellowgreen;¤<<print Math.trunc((0.1*$arcologies[$i].prosperity*random(100-_error,100+_error))/100)>>m,@@
+has an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trunc((0.1*$arcologies[$i].prosperity*random(100-_error,100+_error))/100))>>m,@@
 
 <<if ($arcologies[$i].rival == 1) && ($arcologies[$i].government != "an individual")>>
 	undergoing some internal turmoil. @@.yellow;It undergoes a change of government.@@ A power struggle is won by a single individual, leaving the arcology ruled like yours is.
@@ -466,7 +466,7 @@ has an estimated GSP of @@.yellowgreen;¤<<print Math.trunc((0.1*$arcologies[$i]
 <<if $arcologies[$i].PCminority > 0>>
 	<<set $rents = ($arcologies[$i].prosperity*$arcologies[$i].PCminority*2)+random(1,100)>>
 	<<set $cash += $rents>>
-	This week, you made @@.yellowgreen;¤$rents@@ from your holdings in this arcology.
+	This week, you made @@.yellowgreen;<<print cashFormat($rents)>>@@ from your holdings in this arcology.
 <</if>>
 
 /* AI ARCOLOGY RENAMING */
@@ -2508,4 +2508,4 @@ has an estimated GSP of @@.yellowgreen;¤<<print Math.trunc((0.1*$arcologies[$i]
 		<<set $rep -= 100>>
 	<</if>>
 <</if>>
-<</if>>
\ No newline at end of file
+<</if>>