summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mstuff2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mstuff2.cc')
-rw-r--r--crawl-ref/source/mstuff2.cc18
1 files changed, 0 insertions, 18 deletions
diff --git a/crawl-ref/source/mstuff2.cc b/crawl-ref/source/mstuff2.cc
index 23387cf558..ef95a45c67 100644
--- a/crawl-ref/source/mstuff2.cc
+++ b/crawl-ref/source/mstuff2.cc
@@ -39,7 +39,6 @@ REVISION("$Rev$");
#include "player.h"
#include "religion.h"
#include "spells1.h"
-#include "spells2.h"
#include "spells3.h"
#include "spl-cast.h"
#include "spl-mis.h"
@@ -482,21 +481,6 @@ void mons_cast(monsters *monster, bolt &pbolt, spell_type spell_cast,
torment(monster_index(monster), monster->pos());
return;
- case SPELL_OZOCUBUS_REFRIGERATION:
- if (!monsterNearby || mons_friendly(monster))
- return;
-
- cast_refrigeration(random2(12 * monster->hit_dice), true,
- monster->mindex());
- return;
-
- case SPELL_OLGREBS_TOXIC_RADIANCE:
- if (!monsterNearby || mons_friendly(monster))
- return;
-
- cast_toxic_radiance(true);
- return;
-
case SPELL_SUMMON_GREATER_DEMON:
if (_mons_abjured(monster, monsterNearby))
return;
@@ -1174,8 +1158,6 @@ void setup_mons_cast(monsters *monster, bolt &pbolt,
case SPELL_SUMMON_HORRIBLE_THINGS:
case SPELL_HAUNT:
case SPELL_SYMBOL_OF_TORMENT:
- case SPELL_OZOCUBUS_REFRIGERATION:
- case SPELL_OLGREBS_TOXIC_RADIANCE:
case SPELL_SUMMON_GREATER_DEMON:
case SPELL_CANTRIP:
case SPELL_BERSERKER_RAGE: