summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.cc
diff options
context:
space:
mode:
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
};