Fix trolley/cabinet open and close
This commit is contained in:
parent
20dd6ed728
commit
d242489c71
2 changed files with 12 additions and 3 deletions
|
|
@ -224,8 +224,17 @@ class Trolley(Producer):
|
||||||
"<<some wood ^ couple logs ^ a log ^ a few pieces of wood>> "
|
"<<some wood ^ couple logs ^ a log ^ a few pieces of wood>> "
|
||||||
"<<from the woodbox ^ from the box on the hearth ^ for the fireplace ^ >>."))
|
"<<from the woodbox ^ from the box on the hearth ^ for the fireplace ^ >>."))
|
||||||
|
|
||||||
def do_open(self):
|
def do_open(self, opener):
|
||||||
self.at_look()
|
"""
|
||||||
|
Sure we can open the cabinets, but what does that mean?
|
||||||
|
"""
|
||||||
|
opener.execute_cmd("look cabinet")
|
||||||
|
|
||||||
|
def do_close(self, opener):
|
||||||
|
"""
|
||||||
|
Sure we can open the cabinets, but what does that mean?
|
||||||
|
"""
|
||||||
|
opener.msg("Okay.")
|
||||||
|
|
||||||
def do_bake(self):
|
def do_bake(self):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -2924,7 +2924,7 @@ py bt = self.search('imp'); bt.db.pose = 'sitting on an ornate perch'
|
||||||
|
|
||||||
|
|
||||||
# [[file:../../../projects/mud.org::*Southwest Prairie][Southwest Prairie:1]]
|
# [[file:../../../projects/mud.org::*Southwest Prairie][Southwest Prairie:1]]
|
||||||
@teleport/quiet mp13
|
@teleport/quiet mp14
|
||||||
#
|
#
|
||||||
@desc here = On the edge of a small knoll with a copse of trees, the space stretches to <morning>a rolling dawn</morning><afternoon>clear, blue skies pushing down the horizon</afternoon><evening>a distant sunset attempting to pull the sky down with it</evening><night> bright, star painted skies</night>.
|
@desc here = On the edge of a small knoll with a copse of trees, the space stretches to <morning>a rolling dawn</morning><afternoon>clear, blue skies pushing down the horizon</afternoon><evening>a distant sunset attempting to pull the sky down with it</evening><night> bright, star painted skies</night>.
|
||||||
# Southwest Prairie:1 ends here
|
# Southwest Prairie:1 ends here
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue