summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
diff options
context:
space:
mode:
authorSage <SageBasilMint@gmail.com>2014-04-23 03:45:58 +0000
committerSage <SageBasilMint@gmail.com>2014-04-23 04:08:58 +0000
commit2c29f1d7c6e17e2024f43e7ad02b686359303d29 (patch)
tree255df97d2dff63f28f189e428a4d407c0eddcb7c /crawl-ref/source/hiscores.cc
parent577fbdc5c3c99cbe3612274f177b6987429688f8 (diff)
downloadcrawl-ref-2c29f1d7c6e17e2024f43e7ad02b686359303d29.tar.gz
crawl-ref-2c29f1d7c6e17e2024f43e7ad02b686359303d29.zip
Change Ozocubu's Refrigeration.
Instead of shattering potions, player-cast refrigeration prevents potion use for 7-15 turns, with duration of repeated casts capped to 15 turns. Monster refrigeration is unaffected.
Diffstat (limited to 'crawl-ref/source/hiscores.cc')
-rw-r--r--crawl-ref/source/hiscores.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/hiscores.cc b/crawl-ref/source/hiscores.cc
index 28cecd4d19..05d77a6a8b 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -1601,6 +1601,7 @@ void scorefile_entry::init(time_t dt)
DUR_SAP_MAGIC,
STATUS_MAGIC_SAPPED,
DUR_PORTAL_PROJECTILE,
+ DUR_NO_POTIONS,
};
status_info inf;