diff --git a/code/game/gamemodes/gang/recaller.dm b/code/game/gamemodes/gang/recaller.dm index 423380c8095..541f5d5ccf5 100644 --- a/code/game/gamemodes/gang/recaller.dm +++ b/code/game/gamemodes/gang/recaller.dm @@ -16,7 +16,8 @@ var/free_pen = 0 var/promotable = 0 -/obj/item/device/gangtool/New() //Initialize supply point income if it hasn't already been started +/obj/item/device/gangtool/Initialize() //Initialize supply point income if it hasn't already been started + ..() if(!ticker.mode.gang_points) ticker.mode.gang_points = new /datum/gang_points(ticker.mode)