diff --git a/code/game/gamemodes/technomancer/spells/track.dm b/code/game/gamemodes/technomancer/spells/track.dm index 166f3f5b43..b02c88fc4d 100644 --- a/code/game/gamemodes/technomancer/spells/track.dm +++ b/code/game/gamemodes/technomancer/spells/track.dm @@ -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)