summaryrefslogtreecommitdiff
path: root/src/spells2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells2.c')
-rw-r--r--src/spells2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/spells2.c b/src/spells2.c
index 8df782a4..cdd3af66 100644
--- a/src/spells2.c
+++ b/src/spells2.c
@@ -8385,9 +8385,8 @@ void channel_the_elements(int y, int x, int level)
case FEAT_SAND:
{
- int type, dur, FIERYAURA;
+ int type, dur;
- FIERYAURA = get_lua_int("FIERYAURA");
type = (get_level(FIERYAURA, 50, 1) >= 8) ? SHIELD_GREAT_FIRE : SHIELD_FIRE;
dur = randint(20) + level + get_skill(SKILL_AIR);