From 546dafc17b43b3a965075c61da74e0a5a68f04c6 Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Wed, 13 Mar 2019 11:57:05 +0100 Subject: [PATCH] tweaks --- devTools/javaSanityCheck/excluded | 2 -- devTools/javaSanityCheck/twineTags | 2 -- src/SpecialForce/WeeklyChoices.tw | 4 ++-- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/devTools/javaSanityCheck/excluded b/devTools/javaSanityCheck/excluded index 9dd4e484bb8..eb522cb6bac 100644 --- a/devTools/javaSanityCheck/excluded +++ b/devTools/javaSanityCheck/excluded @@ -4,5 +4,3 @@ src/art/ src/gui/svgFilters.tw src/pregmod/editGenetics.tw -# -#excluded to reduce false positives until better solution: diff --git a/devTools/javaSanityCheck/twineTags b/devTools/javaSanityCheck/twineTags index beb265b62b2..d0c5e0c6f9e 100644 --- a/devTools/javaSanityCheck/twineTags +++ b/devTools/javaSanityCheck/twineTags @@ -2,8 +2,6 @@ #Effectively everything that is allowed in a statements like this: #<<tag>> or <<tag ???>> #when ;1 is specified it expects a matching closing tag like this: <</tag>> -#Everything belonging to if and switch statements is hard coded and does not -#need to be included here. #Do not add HTML Tags here. #Characters outside of ASCII scope are not supported. # diff --git a/src/SpecialForce/WeeklyChoices.tw b/src/SpecialForce/WeeklyChoices.tw index 03c38a19a46..cd9bcf4ddc1 100644 --- a/src/SpecialForce/WeeklyChoices.tw +++ b/src/SpecialForce/WeeklyChoices.tw @@ -212,7 +212,7 @@ <br> <<link "All three holes">> <<replace "#result6">> <<include "SFColonelSexDec">> <</replace>> <<set $SF.Colonel.Fun += 3>> <</link>> - </span> <</replace>> </span> <</link>> + </span> <</replace>> <</link>> </span> <</replace>> <</link>> <</if>> /*Closes fun*/ </span> <</replace>> <</link>> /*Closes talk*/ -</span> <</if>> /*Closes spend time with The Colonel*/ \ No newline at end of file +</span> <</if>> /*Closes spend time with The Colonel*/ -- GitLab