summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hiscores.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-20 20:21:34 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-01-21 22:11:38 -0700
commitaed014cc4cf451338c355e1fe671a21716ddb6b4 (patch)
tree8ba1e876a74a08971a60bdbbedfa2b15780dcaa2 /crawl-ref/source/hiscores.cc
parentb9d1c37d1373c853ceb7e55b0e6d15be41e913cc (diff)
downloadcrawl-ref-aed014cc4cf451338c355e1fe671a21716ddb6b4.tar.gz
crawl-ref-aed014cc4cf451338c355e1fe671a21716ddb6b4.zip
Demonspawn blood saint: Legendary Destruction and support spells.
The support spells are Orb of Electrocution (as a monster spell), Explosive Bolt (seen on the proposal as Bolt of Fireball), and Flash Freeze. The monster takes 10 damage to cast one of Orb of Electrocution, Crystal Spear, Orb of Destruction, Ghostly Fireball, Explosive Bolt, or Flash Freeze (not all equally weighted). Some of the messaging could be improved, but the underlying framework is present and accounted for.
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 80d9436b1e..a6c78e76ad 100644
--- a/crawl-ref/source/hiscores.cc
+++ b/crawl-ref/source/hiscores.cc
@@ -1571,6 +1571,7 @@ void scorefile_entry::init(time_t dt)
STATUS_DRAINED,
DUR_TOXIC_RADIANCE,
DUR_FIRE_VULN,
+ DUR_FROZEN,
};
status_info inf;