From 7896dbd29bda379c2fb31feeb3b16bda57039c00 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 11 Apr 2008 11:23:33 +0000 Subject: Fix 1937869: Have weapon swapping respect spells the character knows and allow wielding the appropriate items, e.g. arrows for Sticks to Snakes etc. Use the same rules for clicking on items in Tiles. Also add yet another minimap colour option, this time for plants (really zero xp monsters in general) since I became tired of plant-rich vaults showing up in bright red colours. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4195 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/externs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/externs.h') diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h index dc11da94f0..7f3ff99de4 100644 --- a/crawl-ref/source/externs.h +++ b/crawl-ref/source/externs.h @@ -1778,6 +1778,7 @@ public: char tile_monster_col; char tile_neutral_col; char tile_friendly_col; + char tile_plant_col; char tile_item_col; char tile_unseen_col; char tile_floor_col; -- cgit v1.2.3-54-g00ecf