From acfd3063b9463846b44f17f4745064a010095fea Mon Sep 17 00:00:00 2001 From: Jones <Jones> Date: Thu, 4 Apr 2019 15:07:49 +0200 Subject: [PATCH] BC improvement --- src/uncategorized/BackwardsCompatibility.tw | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index d653d179f4f..664fa0506ea 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -418,7 +418,10 @@ <</if>> <</if>> <<if ndef $NPCSexSupply>> - <<set $NPCSexSupply = {}>> + <<set $NPCSexSupply = {lowerClass: 3000}>> +<</if>> +<<if ndef $NPCSexSupply.lowerClass>> + <<set $NPCSexSupply.lowerClass = 3000>> <</if>> <<run PCDatatypeCleanup()>> <<run BCReserveInit()>> -- GitLab