From 6591edc510fe8ef380f57787d1e5544f44d262c2 Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Sun, 8 Dec 2019 15:31:14 +0100 Subject: [PATCH] sanity fixes --- devTools/javaSanityCheck/ignoredVariables | 2 ++ src/pregmod/personalNotes.tw | 4 ++-- src/pregmod/theBlackMarket.tw | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/devTools/javaSanityCheck/ignoredVariables b/devTools/javaSanityCheck/ignoredVariables index cf7011ee740..1b839f16bb1 100644 --- a/devTools/javaSanityCheck/ignoredVariables +++ b/devTools/javaSanityCheck/ignoredVariables @@ -84,6 +84,8 @@ saRules plural orig bimboMaleNames +RuleHasError +DefaultRulesError # PC vision criticalDamage diff --git a/src/pregmod/personalNotes.tw b/src/pregmod/personalNotes.tw index 9a272763877..07f94e3b6d4 100644 --- a/src/pregmod/personalNotes.tw +++ b/src/pregmod/personalNotes.tw @@ -176,7 +176,7 @@ Your already huge breasts have @@.lime;grown even heavier@@ with your pregnancy. <<set $PC.boobs += 25>> <<if $PC.boobs >= 1400>> - Your desk is steadily starting to dissapear; @@.lime;H-cups will do that.@@ + Your desk is steadily starting to disappear; @@.lime;H-cups will do that.@@ <</if>> <</if>> <<elseif $PC.boobs >= 1000>> @@ -254,4 +254,4 @@ */ <</if>> <</if>> -<</if>> \ No newline at end of file +<</if>> diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw index 8f2424f80e4..c6b2c3f562b 100644 --- a/src/pregmod/theBlackMarket.tw +++ b/src/pregmod/theBlackMarket.tw @@ -405,12 +405,12 @@ He gestures to a door in the back of the stall. "The good shit's back there<<if You cannot afford the asking price of @@.red;<<print cashFormat(25000)>>@@ for animal anal wombs and ovaries. <</if>> /* TODO: flesh this out some more */ - "Got something real special this week. These are schematics for implanting non-human organs into humans. My supplier told me they came from some military experiments or something — maybe they were trying to make some kind of super soldier. Not my business, though." + /*"Got something real special this week. These are schematics for implanting non-human organs into humans. My supplier told me they came from some military experiments or something — maybe they were trying to make some kind of super soldier. Not my business, though." <<else>> You lack the facilities required to grow organs. <</if>> <<else>> /* if all schematics have already been purchased */ - You already possess all of the schematics for implanting animal organs. + /*You already possess all of the schematics for implanting animal organs. <<run $merchantIllegalWares.delete("AnimalOrgans")>> <</if>> <</if>> -- GitLab