From 01b4c80ce4b6e75e526e30e13c4627b21065d551 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Thu, 13 Oct 2016 18:26:18 -0500 Subject: [PATCH] Fixes Track spell --- code/game/gamemodes/technomancer/spells/track.dm | 1 + 1 file changed, 1 insertion(+) 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)