summaryrefslogtreecommitdiff
path: root/src/map/skill.h
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-05-14 09:13:20 +0000
committerFate <fate-tmw@googlemail.com>2009-05-14 09:13:20 +0000
commit226d345c10e5271f026584083090e46ebc580f3e (patch)
tree42cb54ba995715912dd7cbbee6dd40dc6cf401e7 /src/map/skill.h
parentf5f588157c209bc90f7c9f14ec4ed1403fdd1ee7 (diff)
downloadtmwa-226d345c10e5271f026584083090e46ebc580f3e.tar.gz
tmwa-226d345c10e5271f026584083090e46ebc580f3e.tar.bz2
tmwa-226d345c10e5271f026584083090e46ebc580f3e.tar.xz
tmwa-226d345c10e5271f026584083090e46ebc580f3e.zip
Fine-tuned poison: lower HP further and slow down health item regeneration
Diffstat (limited to 'src/map/skill.h')
-rw-r--r--src/map/skill.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.h b/src/map/skill.h
index 0060878..bfbe93e 100644
--- a/src/map/skill.h
+++ b/src/map/skill.h
@@ -377,7 +377,7 @@ enum {
TF_MISS,
TF_STEAL,
TF_HIDING,
- TF_POISON,
+ TF_POISON, // 52
TF_DETOXIFY,
ALL_RESURRECTION,