| 704 | } |
| 705 | |
| 706 | staticfn void |
| 707 | check_ransacked(const char *s) |
| 708 | { |
| 709 | /* this kludge only works as long as orctown is minetn-1 */ |
| 710 | gr.ransacked = (u.uz.dnum == mines_dnum && !strcmp(s, "minetn-1")); |
| 711 | } |
| 712 | |
| 713 | #define ORC_LEADER 1 |
| 714 | static const char *const orcfruit[] = { "paddle cactus", "dwarven root" }; |