! The STOOPED CORRIDOR. ! ! Defined in DM4 §13 Object Corridor "Stooped Corridor" with description "A low, square-cut corridor, running north to south, stooping you over.", n_to Square_Chamber, s_to StoneDoor; ! Defined in DM4 §5 Treasure -> statuette "pygmy statuette" with name 'snake' 'mayan' 'pygmy' 'spirit' 'precious' 'statuette', initial "A precious Mayan statuette rests here!", description "A menacing, almost cartoon-like statuette of a pygmy spirit with a snake around its neck."; ! Defined in DM4 §13 Object -> StoneDoor "stone door" with name 'door' 'massive' 'big' 'stone' 'yellow', description "It's just a big stone door.", when_closed "The passage is barred by a massive door of yellow stone.", when_open "The great yellow stone door is open.", door_to [; if (self in Corridor) return Shrine; return Corridor; ], door_dir [; if (self in Shrine) return n_to; return s_to; ], with_key stone_key, found_in Corridor Shrine, has static door openable lockable locked; ! ---------------------------------------------------------------------------- !