From bf516ccc1f22f3449c9dce1c7828d97747f247d2 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Thu, 13 Dec 2007 20:19:13 +0000 Subject: mapdef/vault items can now have their race type and ego explicitly set. mapdef/vault monsters can now be given an explicit list of items. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3055 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/makeitem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/makeitem.h') diff --git a/crawl-ref/source/makeitem.h b/crawl-ref/source/makeitem.h index 0427be6923..45125d9a0d 100644 --- a/crawl-ref/source/makeitem.h +++ b/crawl-ref/source/makeitem.h @@ -23,7 +23,7 @@ enum item_make_species_type int items( int allow_uniques, object_class_type force_class, int force_type, bool dont_place, int item_level, int item_race, - unsigned mapmask = 0 ); + unsigned mapmask = 0, int force_ego = 0 ); void item_colour( item_def &item ); void init_rod_mp(item_def &item); -- cgit v1.2.3-54-g00ecf