From d677c9d0a3a564768fc55600434f5b7cffcaf33b Mon Sep 17 00:00:00 2001 From: AzuleUtama <44248086+AzuleUtama@users.noreply.github.com> Date: Sat, 25 Apr 2020 02:35:59 +0100 Subject: [PATCH] Fixed thrustors --- code/game/mecha/combat/gygax.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/mecha/combat/gygax.dm b/code/game/mecha/combat/gygax.dm index 78e4da1b773..0898936cbfb 100644 --- a/code/game/mecha/combat/gygax.dm +++ b/code/game/mecha/combat/gygax.dm @@ -54,7 +54,7 @@ . = ..() thrusters_action.Grant(user, src) -/obj/mecha/combat/marauder/RemoveActions(mob/living/user, human_occupant = 0) +/obj/mecha/combat/gygax/dark/RemoveActions(mob/living/user, human_occupant = 0) . = ..() thrusters_action.Remove(user)