From c114b6995bcc2ab8980cf2ca6762ffc26d555652 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Mon, 16 Nov 2009 21:21:17 +1000 Subject: Make Pikel's slaves actually slaves (new monster). Identical stats to a normal human, but start with an animal skin and a different description. They should probably spawn with a weapon too. --- crawl-ref/source/enum.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index ba3a2b4e41..83da70dd07 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -2050,6 +2050,7 @@ enum monster_type // (int) menv[].type MONS_AIZUL, MONS_PIKEL, MONS_CRAZY_YIUF, + MONS_SLAVE, // Testing monsters MONS_TEST_SPAWNER, -- cgit v1.2.3-54-g00ecf