Small fixups. - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit e0c709dadd82d5e1bd88912e48a4126ef56ff12c | |
parent 6abf58b066bb15234d216814faaf471eed3745f2 | |
Author: parazyd <[email protected]> | |
Date: Sat, 24 Feb 2018 00:26:10 +0100 | |
Small fixups. | |
Diffstat: | |
M act-i/Kitchen.dcgi | 1 + | |
M act-i/take.dcgi | 1 + | |
M act-i/talk-host.sh | 2 +- | |
3 files changed, 3 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/act-i/Kitchen.dcgi b/act-i/Kitchen.dcgi | |
@@ -18,6 +18,7 @@ random things. | |
Behind you there are cupboards, a sink, and a fridge. | |
The party host is across the table talking to some people. | |
+ | |
EOM | |
if [ -f "$inventory/.elvesarehere" ]; then | |
diff --git a/act-i/take.dcgi b/act-i/take.dcgi | |
@@ -30,6 +30,7 @@ case "$(basename $2)" in | |
shower|toilet) | |
_msg "The thing is built into the house. You don't manage to p… | |
+ _msg "[1|Exit|$path/$(cat $savegame/room).dcgi|server|port]" | |
return | |
;; | |
esac | |
diff --git a/act-i/talk-host.sh b/act-i/talk-host.sh | |
@@ -2,7 +2,7 @@ specific_talk_host() { | |
item="$1" | |
case "$item" in | |
- Old_Laptop|Smartphone) | |
+ Old_Thinkpad|Smartphone) | |
_msg '"Oh, you need Internet access? The password is | |
right there on the fridge." - He says as he | |
points towards the fridge.' |