From 4aacb73d9ee9b7d89136927afcf9eccd7d0a1d73 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Fri, 2 Jan 2009 21:42:13 +0000 Subject: Fix .des files not using the right brands (sorear). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8137 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mapdef.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/mapdef.cc') diff --git a/crawl-ref/source/mapdef.cc b/crawl-ref/source/mapdef.cc index f9b0c14001..b8c48bccb9 100644 --- a/crawl-ref/source/mapdef.cc +++ b/crawl-ref/source/mapdef.cc @@ -2578,6 +2578,7 @@ static int str_to_ego(item_spec &spec, std::string ego_str) "holy_wrath", "electrocution", "orc_slaying", + "dragon_slaying" "venom", "protection", "draining", @@ -2586,11 +2587,11 @@ static int str_to_ego(item_spec &spec, std::string ego_str) "flame", "frost", "vampiricism", - "disruption", "pain", "distortion", "reaching", "returning", + "chaos", "confuse", NULL }; -- cgit v1.2.3-54-g00ecf