[-19,-85]

Created by ~kirch

NAME : Kirch's Home
DESC : A small shack surrounded by thickets
KEY : kirchkeys|Kirch's House Keys
OBJECTS
-
ID: fireplace
NAME: stone fireplace
DESC: a quaint little fireplace with a kettle hung from a hook nearby
-
ID: log
NAME: a log pile
DESC: more than enough wood to last the night
GRAB: true
PROPS
fire=off
ACTIONS
put|place
IF fire=off
SET fire=on
ECHO you set the log ablaze
DROP log
ENDIF
-
ID : kettle
NAME : tea kettle
DESC : a kettle, like one would make tea in
-
ID : mug
NAME : mug
DESC : a mug, like one would drink tea from
-
ID : table
NAME : table
DESC : A sturdy but well-worn table, there's a mug and an opalescent apothecary jar on top.
-
ID : keyholder
NAME : key holder
DESC : A board with the word "KEYS" written on it, and several bent nails underneath.
PROPS
haskeys=off
ACTIONS
put
IF haskeys=off
IF INVENTORY=kirchkeys
SET haskeys=on
ECHO You place Kirch's keys back on their hook.
drop kirchkeys
ELSE
ECHO You don't have anything to put here.
ENDIF
ELSE
-
ID : blankets
NAME : pile of blankets
DESC : A pile of blankets, but it looks like one might be able to consider it a bed from a certain angle.
-
ID : jar
NAME : fancy jar
DESC : An opalescent apothecary jar
PROPS
open=off
ACTIONS
open
IF open=off
SET open=on
ECHO you open the jar.
ENDIF
look
IF open=off
ECHO the jar shimmers in the light, casting rainbows across the room.
ECHO traditionally, the more interesting stuff is on the inside of these.
ENDIF
IF open=on
ECHO the jar shimmers in the light, casting rainbows across the room.
ECHO It's full of many candies that have somehow formed one single mega-candy.
ENDIF
grab
IF open=off
ECHO the jar is too heavy to lift, try opening it.
ENDIF
IF open=on
ECHO all the candied have fused together.
ECHO the conglomerate mega-candy inside is too big to fit through the lid.
ENDIF