Files
Polaris/code/game/gamemodes/technomancer/spells/aura/aura.dm
kevinz000 2c0898f870 Regex
2018-10-14 20:03:17 -07:00

22 lines
588 B
Plaintext

/obj/item/weapon/spell/aura
name = "aura template"
desc = "If you can read me, the game broke! Yay!"
icon_state = "generic"
cast_methods = null
aspect = null
var/glow_color = "#FFFFFF"
/obj/item/weapon/spell/aura/New()
..()
set_light(calculate_spell_power(7), calculate_spell_power(4), l_color = glow_color)
START_PROCESSING(SSobj, src)
log_and_message_admins("has started casting [src].")
/obj/item/weapon/spell/aura/Destroy()
STOP_PROCESSING(SSobj, src)
log_and_message_admins("has stopped maintaining [src].")
return ..()
/obj/item/weapon/spell/aura/process()
return