From fd4b35fced75cd80736c2c84090c2e5c483d207f Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Mon, 11 May 2015 09:51:46 -0700 Subject: [PATCH] GAABS: Fix a few missing icons --- code/datums/spells/wizard.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/spells/wizard.dm b/code/datums/spells/wizard.dm index 7d503cc357d..9b5cf8e5926 100644 --- a/code/datums/spells/wizard.dm +++ b/code/datums/spells/wizard.dm @@ -147,7 +147,7 @@ smoke_spread = 1 smoke_amt = 5 - action_icon_state = "teleport" + action_icon_state = "spell_teleport" /obj/effect/proc_holder/spell/wizard/aoe_turf/conjure/forcewall name = "Forcewall" @@ -164,7 +164,7 @@ summon_type = list("/obj/effect/forcefield") summon_lifespan = 300 - action_icon_state = "shield" + action_icon_state = "spell_forcewall" /obj/effect/proc_holder/spell/wizard/aoe_turf/conjure/carp name = "Summon Carp"