From 2b5a68b228f01d83b60e526f1bc05b4e5edbf9e6 Mon Sep 17 00:00:00 2001 From: j <okp57855@psoxs.com> Date: Mon, 25 Dec 2017 23:35:46 +1300 Subject: [PATCH] Should hopefully fix ITT bug. --- src/uncategorized/costsReport.tw | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw index 38e882a01f5..d2276402f2d 100644 --- a/src/uncategorized/costsReport.tw +++ b/src/uncategorized/costsReport.tw @@ -209,6 +209,7 @@ <<if $PC.actualAge >= $IsInPrimePC && $PC.actualAge < $IsPastPrimePC>> <br> <br> +<<if ($personalAttention == "trading") || ($personalAttention == "warfare") || ($personalAttention == "slaving") || ($personalAttention == "engineering") || ($personalAttention == "medicine")>> <<set _cost = 10000*$AgeEffectOnTrainerPricingPC>> <<switch $personalAttention>> <br> @@ -226,6 +227,7 @@ trainer fees: <<print cashFormat(_cost)>> <br> <</if>> +<</if>> <br> -- GitLab