From d273f7afbd86bbd7b0f0c4a6944d2c8abee86268 Mon Sep 17 00:00:00 2001 From: Robustin Date: Fri, 19 May 2017 13:23:34 -0400 Subject: [PATCH] ohhhhh --- code/game/gamemodes/gang/recaller.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/gang/recaller.dm b/code/game/gamemodes/gang/recaller.dm index 4546fce1c04..ad2da7b5024 100644 --- a/code/game/gamemodes/gang/recaller.dm +++ b/code/game/gamemodes/gang/recaller.dm @@ -251,7 +251,7 @@ gang = user.mind.gang_datum gang.gangtools += src var/datum/action/innate/gang/tool/GT = new - GT.Grant(user, src) + GT.Grant(user, src, gang) /obj/item/device/gangtool/soldier/attack_self(mob/user) if (!can_use(user)) @@ -322,7 +322,7 @@ button_icon_state = "bolt_action" var/obj/item/device/gangtool/soldier/GT -/datum/action/innate/gang/tool/Grant(mob/user, var/obj/reg) +/datum/action/innate/gang/tool/Grant(mob/user, obj/reg, datum/gang/G) . = ..() GT = reg button.color = G.color