URI: 
       Disallow picking up parts of the house. - 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 58b16d7e4c8e603c1a5950bbd4c9b702dc6638ca
   DIR parent e35ea95520687d36bd7c9268ae86e4f860cffb1b
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Fri, 23 Feb 2018 21:24:23 +0100
       
       Disallow picking up parts of the house.
       
       Diffstat:
         M act-i/take.dcgi                     |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/act-i/take.dcgi b/act-i/take.dcgi
       @@ -26,6 +26,10 @@ case "$(basename $2)" in
                        mv "$inventory/Plastic_bag" "$inventory/Plastic_bag_of_water"
                        return
                        ;;
       +        shower|toilet)
       +                _msg "The thing is built into the house. You don't manage to pick it up."
       +                return
       +                ;;
        esac
        
        take_item "$2"