Files
Polaris/code/game/gamemodes/technomancer/spells/aura/aura.dm
Neerti 53d60eb554 Does even more work.
NOTE: asphyxiation is broken!
2016-06-23 05:21:04 -04:00

20 lines
418 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(7, 4, l_color = glow_color)
processing_objects |= src
/obj/item/weapon/spell/aura/Destroy()
processing_objects -= src
..()
/obj/item/weapon/spell/aura/process()
return