URI: 
       Small fixes to rendering. - dotg - Day Of The GrParazyd
  HTML git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dotg
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
       ---
   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
       @@ -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
       @@ -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
       @@ -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]"