summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-13 08:52:04 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-13 08:52:04 -0700
commit74961bfa77b7e862025f62474f7cdacad4ae3cda (patch)
treeb93dcb041a6d9c0fd2a6ade8bc62a1513163ff11 /crawl-ref/source/hiscores.cc
parenta8837e0b6c084ee95719f41bb46c8555a5f82c30 (diff)
downloadcrawl-ref-74961bfa77b7e862025f62474f7cdacad4ae3cda.tar.gz
crawl-ref-74961bfa77b7e862025f62474f7cdacad4ae3cda.zip
Adjustments to Shadow Form.
Miasma is gone; miasma is more strongly associated with necromancy than anything related to darkness or shadows - see e.g. Corpse Rot, death drakes, etc. Fog still fires on every form of taking damage. Instead, the player is invisible when they are in shadow form (there's no glow cost for this; the costs of activating/maintaining the ability are supposed to be a sufficient counterbalance, but they might need to be adjusted further to make this so). The transformation power has been halved; on average now it lasts around 70 turns instead of lasting around 100 turns. This may need to be adjusted downwards further.
Diffstat (limited to 'crawl-ref/source/hiscores.cc')
-rw-r--r--crawl-ref/source/hiscores.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc
index a54fc6c4d5..a549980d50 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -1554,7 +1554,7 @@ void scorefile_entry::init(time_t dt)
STATUS_REGENERATION,
STATUS_SICK,
STATUS_SPEED,
- DUR_INVIS,
+ STATUS_INVISIBLE,
DUR_POISONING,
STATUS_MISSILES,
DUR_SURE_BLADE,