From ba4e291d253fa6204d434f2777333bd95ace2c7a Mon Sep 17 00:00:00 2001 From: klorpa <30924131+klorpa@users.noreply.github.com> Date: Fri, 10 Aug 2018 21:37:28 -0500 Subject: [PATCH] Fixes --- src/uncategorized/BackwardsCompatibility.tw | 10 +++++++++- src/uncategorized/costsReport.tw | 3 --- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index 488ba75c462..4040073794d 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 fc087f0a475..419e855bb7f 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>> -- GitLab