Skip to content
Snippets Groups Projects
Commit 5552218a authored by Jones's avatar Jones
Browse files

$localEcon for BC

It wasn't there before, apparently
parent 7e4c35bc
No related branches found
No related tags found
1 merge request!3036Econ Fixes
...@@ -2792,6 +2792,9 @@ Setting missing global variables: ...@@ -2792,6 +2792,9 @@ Setting missing global variables:
<<if $economy == 1.5>> <<if $economy == 1.5>>
<<set $economy = 67>> <<set $economy = 67>>
<</if>> <</if>>
<<if ndef $localEcon>>
<<set $localEcon = $economy>>
<</if>>
<<if ndef $NPCSlaves>> <<if ndef $NPCSlaves>>
<<set $NPCSlaves = $ASlaves, <<set $NPCSlaves = $ASlaves,
$ASlaves += $helots + $fuckdolls + $menialBioreactors>> $ASlaves += $helots + $fuckdolls + $menialBioreactors>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment