From 02eb9794f237e0395eed1d09bffc553d6532d0ba Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Sun, 19 May 2019 22:20:18 +0200 Subject: [PATCH] fixes --- src/002-config/fc-js-init.js | 1 - src/init/dummy.js | 3 +++ src/uncategorized/saLongTermEffects.tw | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 src/init/dummy.js diff --git a/src/002-config/fc-js-init.js b/src/002-config/fc-js-init.js index b239c2b821e..172e3b5fe06 100644 --- a/src/002-config/fc-js-init.js +++ b/src/002-config/fc-js-init.js @@ -16,7 +16,6 @@ App.UI.View = {}; App.Utils = {}; App.Interact = {}; App.Desc = {}; -App.ExtendedFamily = {}; // only occurance of "ExtendedFamily" in whole project App.Facilities = { Brothel: {}, Club: {}, diff --git a/src/init/dummy.js b/src/init/dummy.js new file mode 100644 index 00000000000..097cf6795de --- /dev/null +++ b/src/init/dummy.js @@ -0,0 +1,3 @@ +//add false positives of the JAVA sanityCheck here +.scarheal +.clamp diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 9f1c00f9c17..fe984fab934 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -8151,9 +8151,9 @@ <</if>> /* pregmod */ -<<if ($slaves[$i].scarheal == 5)>> /* scarheal is wrong */ +<<if ($slaves[$i].scarheal == 5)>> $slaves[$i].slaveName's wound has @@.green;healed@@ leaving a big scar. It is still @@.red;quite ugly@@ but doesn't hurt anymore. - <<set $slaves[$i].scars -= 1>> /* -1 doesn't exist according to slave documentation */ + <<set $slaves[$i].scars -= 1>> <</if>> /* LANGUAGE */ -- GitLab