summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.cc
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2010-01-03 22:30:50 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2010-01-03 23:54:24 +1000
commita0c81e59f0325e542ecf2feaa21b29cd3ffc0bc1 (patch)
tree9613b5b84911c4b1dfca266b91bb0ff0c760c057 /crawl-ref/source/mapdef.cc
parent865ad15a82f21145b5623417549107317cb44b5b (diff)
downloadcrawl-ref-a0c81e59f0325e542ecf2feaa21b29cd3ffc0bc1.tar.gz
crawl-ref-a0c81e59f0325e542ecf2feaa21b29cd3ffc0bc1.zip
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.
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 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
};