tSmall fixes to rendering. - dotg - a bitreich fosdem adventure
HTML git clone git://parazyd.org/dotg.git
DIR Log
DIR Files
DIR Refs
---
DIR commit f822de37f3ed9674366ad5a5af2a5ae026a4cc0e
DIR parent ed06c3d6c58f379a210ee72ee90467c198cc2439
HTML Author: parazyd <parazyd@dyne.org>
Date: Fri, 23 Feb 2018 22:07:57 +0100
Small fixes to rendering.
Diffstat:
M act-i/r1-closet.dcgi | 6 +++---
M act-i/t1-toilet.dcgi | 2 +-
M act-i/t2-toilet.dcgi | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
---
DIR diff --git a/act-i/r1-closet.dcgi b/act-i/r1-closet.dcgi
t@@ -12,10 +12,10 @@ if [ -f "$inventory/.letusfuck" ]; then
"Thank you for the beers! We are all out bored by that work. Do you
want to have some fun?"
- You are left to no choice but to lock the bedroom door and say:
- [1|Let us fuck.|$path/sex.dcgi|server|port]'
+ You are left to no choice but to lock the bedroom door and say'
+ _msg "[1|Let us fuck.|$path/sex.dcgi|server|port]"
else
_msg "You find nothing interesting in the closet."
fi
-echo "[1|Exit|$path/$(cat $savegame/room).dcgi|server|port]"
+_msg "[1|Exit|$path/$(cat $savegame/room).dcgi|server|port]"
DIR diff --git a/act-i/t1-toilet.dcgi b/act-i/t1-toilet.dcgi
t@@ -10,4 +10,4 @@ else
_msg "$(ls -1 $toilet1/toilet)"
fi
-echo "[1|Exit|$path/$(cat $savegame/room).dcgi|server|port]"
+_msg "[1|Exit|$path/$(cat $savegame/room).dcgi|server|port]"
DIR diff --git a/act-i/t2-toilet.dcgi b/act-i/t2-toilet.dcgi
t@@ -10,4 +10,4 @@ else
_msg "$(ls -1 $toilet2/toilet)"
fi
-echo "[1|Exit|$path/$(cat $savegame/room).dcgi|server|port]"
+_msg "[1|Exit|$path/$(cat $savegame/room).dcgi|server|port]"