From a0c81e59f0325e542ecf2feaa21b29cd3ffc0bc1 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Sun, 3 Jan 2010 22:30:50 +1000 Subject: New needle brands! Sleep, paralysis, rage, confusion, sickness, slowing. The numbers and the names will likely need tweaking. Better throwing skill and blowgun enchantment will increase the duration of most of the effects, except for sleep and rage. --- 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 5eda9e7792..09b233fc53 100644 --- a/crawl-ref/source/mapdef.cc +++ b/crawl-ref/source/mapdef.cc @@ -3760,6 +3760,13 @@ static int str_to_ego(item_spec &spec, std::string ego_str) "exploding", "steel", "silver", + "electric", + "paralysis", + "slow", + "sleep", + "confusion", + "sickness", + "wrath", NULL }; -- cgit v1.2.3-54-g00ecf