theater (#822)(an instance of generic exit made by Marcus)     The curtains are closed. You can squeeze through them and descend to the theater. VERB SOURCE CODE: look_self:
if (#820.curtain)
player:tell_lines(this.description);
else
player:tell_lines(this.house_desc);
if (#819.dark)
player:tell("The curtain is open. The house is dark.");
else
player:tell("The curtain is open and the house lights are on. In the house...");
#819:tell_contents(#819:contents(), #819.ctype);
endif
endif
.
PROPERTY DATA:       house_desc |