Remove spurious tabs in British mode. - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 00df628e160b50aa94b3deda5c7d79fcce455011 | |
parent e4c9bc80f6512e2b8d4a52198268e6a1611150c1 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Thu, 1 Mar 2018 20:32:55 +0100 | |
Remove spurious tabs in British mode. | |
Diffstat: | |
M act-i/Balcony.dcgi | 6 +++--- | |
M act-i/Bench.dcgi | 44 ++++++++++++++++-------------… | |
2 files changed, 25 insertions(+), 25 deletions(-) | |
--- | |
diff --git a/act-i/Balcony.dcgi b/act-i/Balcony.dcgi | |
@@ -37,10 +37,10 @@ EOM | |
if [ -f "$inventory/.isbritish" ]; | |
then | |
cat <<EOM | |
- Jean-Claude Juncker is on the balcony and realizes you are British. He | |
- calls the EU police and throws you out of the party. | |
+Jean-Claude Juncker is on the balcony and realizes you are British. He | |
+calls the EU police and throws you out of the party. | |
- [1|You end up on a bench in front of the party building.|$path/Bench.d… | |
+[1|You end up on a bench in front of the party building.|$path/Bench.dcgi|serv… | |
EOM | |
else | |
cat <<EOM | |
diff --git a/act-i/Bench.dcgi b/act-i/Bench.dcgi | |
@@ -19,20 +19,20 @@ EOM | |
# One hour waiting time. | |
if [ $difftime -gt 3600 ]; then | |
cat <<EOM | |
- Your friend is coming down from the party, a bit drunk, but happy. You | |
- are happy too. | |
+Your friend is coming down from the party, a bit drunk, but happy. You | |
+are happy too. | |
- Both of you walk towards | |
- [h|the time machine|URL:ssh://[email protected]|server|port] | |
+Both of you walk towards | |
+[h|the time machine|URL:ssh://[email protected]|server|port] | |
- You have completed Act I in British mode. | |
+You have completed Act I in British mode. | |
- Let us know on #bitreich-en (freenode) if you liked it! | |
+Let us know on #bitreich-en (freenode) if you liked it! | |
- Find the code at: | |
- [1|gopher://parazyd.org/1/git/dotg/log.gph|/git/dotg/log.gph|server|po… | |
+Find the code at: | |
+[1|gopher://parazyd.org/1/git/dotg/log.gph|/git/dotg/log.gph|server|port] | |
- [1|Go to Act II|/dotg/act-ii|server|port]" | |
+[1|Go to Act II|/dotg/act-ii|server|port]" | |
EOM | |
else | |
cat <<EOM | |
@@ -46,50 +46,50 @@ EOM | |
case "$(($RANDOM % 7))" in | |
0) | |
cat <<EOM | |
- You see a cat walking by, look into her eyes. She turns around. | |
+You see a cat walking by, look into her eyes. She turns around. | |
EOM | |
;; | |
1) | |
cat <<EOM | |
- A police car is driving by, asking you, if you saw some cat. Y… | |
- not know French so you just say something in British English a… | |
- police turns around quickly. | |
+A police car is driving by, asking you, if you saw some cat. You do | |
+not know French so you just say something in British English and the | |
+police turns around quickly. | |
EOM | |
;; | |
2) | |
cat <<EOM | |
- Your Smartphone is playing the notification tone of the "Waaaa… | |
- messenger. | |
+Your Smartphone is playing the notification tone of the "Waaaazzzuup?" | |
+messenger. | |
EOM | |
printf 1 > "$inventory/.newmessage" | |
;; | |
3) | |
cat <<EOM | |
- Some drunk people walk by singing songs and smashing trash bin… | |
- You are scared. | |
+Some drunk people walk by singing songs and smashing trash bins. | |
+You are scared. | |
EOM | |
;; | |
4) | |
cat <<EOM | |
- Some people walk by talking and greeting you. | |
+Some people walk by talking and greeting you. | |
EOM | |
;; | |
5) | |
cat <<EOM | |
- You hear moaning and some elve is hanging out of the window na… | |
- someone behind her. You are missing out all the fun. | |
+You hear moaning and some elve is hanging out of the window naked with | |
+someone behind her. You are missing out all the fun. | |
EOM | |
;; | |
*) | |
cat <<EOM | |
- Nothing happened. | |
+Nothing happened. | |
EOM | |
;; | |
esac | |
cat <<EOM | |
- [1|Check inventory|$path/inventory.dcgi|server|port] | |
+[1|Check inventory|$path/inventory.dcgi|server|port] | |
EOM | |
fi | |