diff --git a/code/datums/spells/wizard.dm b/code/datums/spells/wizard.dm index 73810070352..9e64a8a7f47 100644 --- a/code/datums/spells/wizard.dm +++ b/code/datums/spells/wizard.dm @@ -68,6 +68,8 @@ sparks_spread = 1 sparks_amt = 4 + icon_power_button = "spell_disintegrate" + /obj/effect/proc_holder/spell/targeted/smoke name = "Smoke" desc = "This spell spawns a cloud of choking smoke at your location and does not require wizard garb." @@ -84,6 +86,8 @@ smoke_spread = 2 smoke_amt = 10 + icon_power_button = "spell_smoke" + /obj/effect/proc_holder/spell/targeted/emplosion/disable_tech name = "Disable Tech" desc = "This spell disables all weapons, cameras and most other technology in range." @@ -157,6 +161,7 @@ summon_type = list("/obj/effect/forcefield") summon_lifespan = 300 + icon_power_button = "spell_forcewall" /obj/effect/proc_holder/spell/aoe_turf/conjure/carp name = "Summon Carp" diff --git a/icons/mob/screen1_action.dmi b/icons/mob/screen1_action.dmi index 41cd374b5b6..f5d06aa8daa 100644 Binary files a/icons/mob/screen1_action.dmi and b/icons/mob/screen1_action.dmi differ