summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 76db1935e1..b584327c4b 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -19,6 +19,7 @@ REVISION("$Rev$");
#include "externs.h"
+#include "artefact.h"
#include "beam.h"
#include "cloud.h"
#include "delay.h"
@@ -37,7 +38,6 @@ REVISION("$Rev$");
#include "mon-util.h"
#include "ouch.h"
#include "player.h"
-#include "randart.h"
#include "religion.h"
#include "spells4.h"
#include "spl-mis.h"
@@ -1598,7 +1598,7 @@ bool cast_tukimas_dance(int pow, god_type god, bool force_hostile)
if (wpn == -1
|| you.inv[wpn].base_type != OBJ_WEAPONS
|| is_range_weapon(you.inv[wpn])
- || is_fixed_artefact(you.inv[wpn]))
+ || is_special_unrandom_artefact(you.inv[wpn]))
{
success = false;
}