summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.cc
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2009-11-15 21:47:16 -0500
committerCharles Otto <ottochar@gmail.com>2009-11-15 23:47:00 -0500
commit809ee96dad841a541d55401d1ecf7b4c3b7ef05e (patch)
treeb1c0b6486551cf078079313352271e81560ff46c /crawl-ref/source/main.cc
parenta647fb948535b182ce98246fc02b600d1990436a (diff)
downloadcrawl-ref-809ee96dad841a541d55401d1ecf7b4c3b7ef05e.tar.gz
crawl-ref-809ee96dad841a541d55401d1ecf7b4c3b7ef05e.zip
Delay adjustments for ring of fire
Update ring of fire's duration, also fix one use of DUR_REPEL I missed previously.
Diffstat (limited to 'crawl-ref/source/main.cc')
-rw-r--r--crawl-ref/source/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index f23df365f4..3402701346 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -2877,7 +2877,7 @@ void world_reacts()
manage_clouds();
if (you.duration[DUR_FIRE_SHIELD] > 0)
- manage_fire_shield();
+ manage_fire_shield(you.time_taken);
// Food death check.
if (you.is_undead != US_UNDEAD && you.hunger <= 500)