Artificer spell icon fix (#50440)

* Artificer spell icon cleanup

* redundant line cleanup
This commit is contained in:
Arkatos1
2020-04-17 15:41:03 +02:00
committed by GitHub
parent c758b69dc3
commit 38ce339d94
2 changed files with 1 additions and 8 deletions
@@ -2,15 +2,12 @@
/obj/effect/proc_holder/spell/aoe_turf/conjure/construct/lesser
charge_max = 1800
action_icon = 'icons/mob/actions/actions_cult.dmi'
action_icon_state = "artificer"
action_background_icon_state = "bg_demon"
/obj/effect/proc_holder/spell/aoe_turf/conjure/construct/lesser/cult
clothes_req = TRUE
charge_max = 2500
/obj/effect/proc_holder/spell/aoe_turf/area_conversion
name = "Area Conversion"
desc = "This spell instantly converts a small area around you."
+1 -5
View File
@@ -194,24 +194,20 @@
summon_type = list(/mob/living/simple_animal/hostile/carp)
cast_sound = 'sound/magic/summon_karp.ogg'
/obj/effect/proc_holder/spell/aoe_turf/conjure/construct
name = "Artificer"
desc = "This spell conjures a construct which may be controlled by Shades."
school = "conjuration"
charge_max = 600
clothes_req = FALSE
invocation = "none"
invocation_type = "none"
range = 0
summon_type = list(/obj/structure/constructshell)
action_icon = 'icons/mob/actions/actions_cult.dmi'
action_icon_state = "artificer"
cast_sound = 'sound/magic/summonitems_generic.ogg'
/obj/effect/proc_holder/spell/aoe_turf/conjure/creature
name = "Summon Creature Swarm"
desc = "This spell tears the fabric of reality, allowing horrific daemons to spill forth."