From 46554fa28c0284338a395191627275fc0c1b6d57 Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Sun, 1 Nov 2009 14:29:04 -0800 Subject: mapdef.cc: add new(ish) ammo brands Let item specs understand the new(ish) brands "chaos" through "silver". --- crawl-ref/source/mapdef.cc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'crawl-ref/source/mapdef.cc') 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 }; -- cgit v1.2.3-54-g00ecf