From c8164d1e53f74834d6e2c0d9af64756c1b72373d Mon Sep 17 00:00:00 2001 From: pregmodfan <pregmodfan@cock.li> Date: Sun, 2 Jul 2017 15:40:32 +0300 Subject: [PATCH] syntax fix 2 --- sanityCheck | 1 - src/events/gameover.tw | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sanityCheck b/sanityCheck index 8256452251a..ec210f320c2 100755 --- a/sanityCheck +++ b/sanityCheck @@ -93,7 +93,6 @@ $GREP -i "\w$\w" -- src/*.tw | myprint "VarSignMidWord" cd src/ cat $(find . -name "*.tw" ) | tr -c '$a-zA-Z' '\n' | sed -n '/^[$]/p' | grep -v "Nationalities" | sort | uniq -u | sed 's/^[$]/-e[$]/' | sed 's/$/\\\\W/' | xargs -r git grep -n --color | myprint "OnlyUsedOnce" cat $(find . -name "*.tw" ) | tr -c '.$a-zA-Z[]_' '\n' | sed -n -e 's/^[$]\(PC\|activeSlave\|\(slaves\|tanks\)\[[^]]*\]*\)[.]\([a-zA-Z]*\).*$/[.]\3/p' | sort | uniq -u |sed 's/^\(.*\)$/-e\1\\\\\b/' | xargs -r git grep -n --color | myprint "SlaveAttributeUsedOnce" - ) diff --git a/src/events/gameover.tw b/src/events/gameover.tw index 9a9f37799a3..11d1b300273 100644 --- a/src/events/gameover.tw +++ b/src/events/gameover.tw @@ -48,7 +48,7 @@ You look up from your desk as the locked door to your office unseals, and a doze <br><br> "You are no longer worthy of being a part of our society. But you carry within you one of our heirs. A conundrum for some, but we have already solved that problem." <br><br> -What was that last thing he said? It's getting hard to think right. The $PC.refreshement... Drugged... You collapse onto your desk, unconscious. +What was that last thing he said? It's getting hard to think right. The $PC.refreshment... Drugged... You collapse onto your desk, unconscious. <br><br> You'll spend the rest of your life a breeder to the Societal Elite; blinded and muted. More than a slave, but still less than your master. Life isn't so bad, your two most devoted slaves were taken along to keep you happy, and you are treated quite well, possibilities considered. Though once your eggs dry up, odds are your little remaining usefulness will be at an end. Best not to think to much into it. <<else>> -- GitLab