-- NetHack 3.7 Rogue.des $NHDT-Date: 1432512784 2015/05/25 00:13:04 $ $NHDT-Branch: master $:$NHDT-Revision: 1.11 $ -- Copyright (c) 1992 by Dean Luick -- NetHack may be freely redistributed. See license for details. -- -- des.room({ type = "ordinary", contents = function() des.stair("up") des.object() des.monster({ id = "leprechaun", peaceful=0 }) end }) des.room({ type = "ordinary", contents = function() des.object() des.object() des.monster({ id = "leprechaun", peaceful=0 }) des.monster({ id = "guardian naga", peaceful=0 }) end }) des.room({ type = "ordinary", contents = function() des.object() des.trap() des.trap() des.object() des.monster({ id = "water nymph", peaceful=0 }) end }) des.room({ type = "ordinary", contents = function() des.stair("down") des.object() des.trap() des.trap() des.monster({ class = "l", peaceful=0 }) des.monster({ id = "guardian naga", peaceful=0 }) end }) des.room({ type = "ordinary", contents = function() des.object() des.object() des.trap() des.trap() des.monster({ id = "leprechaun", peaceful=0 }) end }) des.room({ type = "ordinary", contents = function() des.object() des.trap() des.trap() des.monster({ id = "leprechaun", peaceful=0 }) des.monster({ id = "water nymph", peaceful=0 }) end }) des.random_corridors()