Fixes Track spell

This commit is contained in:
Anewbe
2016-10-13 18:26:18 -05:00
parent 75dd548385
commit 01b4c80ce4

View File

@@ -24,6 +24,7 @@ var/list/technomancer_belongings = list()
/obj/item/weapon/spell/track/Destroy()
tracked = null
tracking = 0
..()
/obj/item/weapon/spell/track/on_use_cast(mob/user)
if(tracking)