Fix taking the keys. - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit db3d8cfe6146e8e51567a6ddc203a33c52431f68 | |
parent de51331481c9d98d1702f9623e784f952a2e1d9e | |
Author: parazyd <[email protected]> | |
Date: Fri, 23 Feb 2018 21:32:38 +0100 | |
Fix taking the keys. | |
Diffstat: | |
M act-i/take.dcgi | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/act-i/take.dcgi b/act-i/take.dcgi | |
@@ -13,9 +13,9 @@ case "$(basename $2)" in | |
if [ -f "$bedroom1/.notyet" ]; then | |
_msg '"Umm, that is not something you should be taking… | |
- The girls do not let you take the keys. | |
+ The girls do not let you take the keys.' | |
- [1|Exit|$path/$(cat $savegame/room).dcgi|serve… | |
+ _msg "[1|Exit|$path/$(cat $savegame/room).dcgi|server|… | |
return | |
fi | |
_msg "The girls smile at you and let you take it." |