From f22bd308c51e4f4425210e98d6623a6ed2be344a Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 30 May 2008 10:44:02 +0000 Subject: Just for kicks, reuse monster property mname to name zombies/skeletons raised from unique monster's corpses. The unique number is stored in orig_monnum, so this doesn't apply to orcish followers. I thought it would be cool to have Sigmund the human zombie in your ranks, or to fight againt Blork the orc skeleton. The corpses are currently not differentiated (just "human corpse", "orc skeleton"), just the resulting undead. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5343 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 3e242deec1..d3edde0a47 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -2729,7 +2729,8 @@ enum tutorial_event_type TUT_DONE_EXPLORE, TUT_STAIR_BRAND, TUT_EVENTS_NUM // 63 -}; // for numbers higher than 70 change size of tutorial_events in externs.h +}; +// NOTE: For numbers higher than 70 change size of tutorial_events in externs.h. enum tutorial_types { -- cgit v1.2.3-54-g00ecf