summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.cc
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-01 14:29:04 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-01 14:29:04 -0800
commit46554fa28c0284338a395191627275fc0c1b6d57 (patch)
tree9586a1f51f65c3489bfd0bfb90a6ecf7d36e8236 /crawl-ref/source/mapdef.cc
parentfa6b7a2ec83b368ff2be88e4f500d8f7ac89f405 (diff)
downloadcrawl-ref-46554fa28c0284338a395191627275fc0c1b6d57.tar.gz
crawl-ref-46554fa28c0284338a395191627275fc0c1b6d57.zip
mapdef.cc: add new(ish) ammo brands
Let item specs understand the new(ish) brands "chaos" through "silver".
Diffstat (limited to 'crawl-ref/source/mapdef.cc')
-rw-r--r--crawl-ref/source/mapdef.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/mapdef.cc b/crawl-ref/source/mapdef.cc
index 8b0f28a90d..b34a05fe59 100644
--- a/crawl-ref/source/mapdef.cc
+++ b/crawl-ref/source/mapdef.cc
@@ -2877,6 +2877,13 @@ static int str_to_ego(item_spec &spec, std::string ego_str)
"poisoned",
"curare",
"returning",
+ "chaos",
+ "penetration",
+ "reaping",
+ "dispersal",
+ "exploding",
+ "steel",
+ "silver",
NULL
};