diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index 488ba75c4624f7f95302f636fe3b2742754d2210..4040073794d19446cf589cfd01a6cfb3a3d39402 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -2846,10 +2846,18 @@ Setting missing slave variables: <<if ndef _Slave.bellyAccessory>> <<set _Slave.bellyAccessory = "none">> <</if>> - <<if ndef _Slave.legAccessory>> <<set _Slave.legAccessory = "none">> <</if>> +<<if ndef _Slave.headAccessory>> + <<set _Slave.headAccessory = "none">> +<</if>> +<<if ndef _Slave.rearAccessory>> + <<set _Slave.rearAccessory = "none">> +<</if>> +<<if ndef _Slave.backAccessory>> + <<set _Slave.backAccessory = "none">> +<</if>> <<if (ndef _Slave.currentRules) || (_Slave.currentRules.length < 1)>> <<set _Slave.currentRules = []>> diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw index fc087f0a47515e036c3cc85c7a62818e3aa04abc..419e855bb7fb7e77d6fa15c347a0ace2b68272a8 100644 --- a/src/uncategorized/costsReport.tw +++ b/src/uncategorized/costsReport.tw @@ -158,9 +158,6 @@ <<if $TGA.schoolPresent == 1>> <br>__The Gymnasium-Academy__ branch campus upkeep: <<print cashFormat(1000)>> <</if>> -<<if $HA.schoolPresent == 1>> - <br>__The Hippolyta-Academy__ branch upkeep: <<print cashFormat(1000)>> -<</if>> <<if $TCR.schoolPresent == 1>> <br>__The Cattle Ranch__ local pasture upkeep: <<print cashFormat(1000)>> <</if>>