mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Fixes Track spell
This commit is contained in:
@@ -24,6 +24,7 @@ var/list/technomancer_belongings = list()
|
|||||||
/obj/item/weapon/spell/track/Destroy()
|
/obj/item/weapon/spell/track/Destroy()
|
||||||
tracked = null
|
tracked = null
|
||||||
tracking = 0
|
tracking = 0
|
||||||
|
..()
|
||||||
|
|
||||||
/obj/item/weapon/spell/track/on_use_cast(mob/user)
|
/obj/item/weapon/spell/track/on_use_cast(mob/user)
|
||||||
if(tracking)
|
if(tracking)
|
||||||
|
|||||||
Reference in New Issue
Block a user