From 5552218acefe86cdf9afae0b702d41ffe6e34d90 Mon Sep 17 00:00:00 2001 From: Jones <Jones> Date: Wed, 28 Nov 2018 13:16:15 +0100 Subject: [PATCH] $localEcon for BC It wasn't there before, apparently --- src/uncategorized/BackwardsCompatibility.tw | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index 3c70f1940e2..c19849784dd 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -2792,6 +2792,9 @@ Setting missing global variables: <<if $economy == 1.5>> <<set $economy = 67>> <</if>> +<<if ndef $localEcon>> + <<set $localEcon = $economy>> +<</if>> <<if ndef $NPCSlaves>> <<set $NPCSlaves = $ASlaves, $ASlaves += $helots + $fuckdolls + $menialBioreactors>> -- GitLab