summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.cc
diff options
context:
space:
mode:
authorCharles Otto <ottochar@gmail.com>2009-11-15 19:00:18 -0500
committerCharles Otto <ottochar@gmail.com>2009-11-15 23:46:54 -0500
commite2e53f867209b1ae9d9923b9e042796d91677363 (patch)
tree126873d4aad5dcff299719c42b9462ee1c6d807e /crawl-ref/source/main.cc
parentec62dd87b6bbe338aa50dc503db2f999c2d352c3 (diff)
downloadcrawl-ref-e2e53f867209b1ae9d9923b9e042796d91677363.tar.gz
crawl-ref-e2e53f867209b1ae9d9923b9e042796d91677363.zip
Delay adjustment for sickness
Store total time to recovery instead of turns in you.disease, change you.disease to an integer, update tags and bump TAG_MINOR_VERSION accordingly.
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 d19c6967eb..688e327891 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -2641,7 +2641,7 @@ static void _decrement_durations()
}
}
- dec_disease_player();
+ dec_disease_player(delay);
dec_poison_player();