summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-02 21:42:13 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-02 21:42:13 +0000
commit4aacb73d9ee9b7d89136927afcf9eccd7d0a1d73 (patch)
tree938dec754dd1c6c32881562125a23e7d86928f3c /crawl-ref/source/mapdef.cc
parent54ece9142dd3230aaa8e74d53fcd50915261de68 (diff)
downloadcrawl-ref-4aacb73d9ee9b7d89136927afcf9eccd7d0a1d73.tar.gz
crawl-ref-4aacb73d9ee9b7d89136927afcf9eccd7d0a1d73.zip
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
Diffstat (limited to 'crawl-ref/source/mapdef.cc')
-rw-r--r--crawl-ref/source/mapdef.cc3
1 files changed, 2 insertions, 1 deletions
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
};