1;;----------------------------------------------------------------------------
2;; Zones for Slimey Cavern
3;;
4;; Zones are rectangles for a particular place. They're used by NPC schedules,
5;; AI and conversation scripts.
6;;----------------------------------------------------------------------------
7(define slimey-cavern-prison-cell      (mk-rect 12  1   3   2))
8(define slimey-cavern-prison-cell-exit (mk-rect 13  4   1   1))
9