From 53b0707f8b4c054103fdb30809ebce670639afee Mon Sep 17 00:00:00 2001 From: forest2001 Date: Tue, 12 Dec 2023 02:11:30 +0000 Subject: [PATCH] sigh --- code/modules/cm_marines/smartgun_mount.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cm_marines/smartgun_mount.dm b/code/modules/cm_marines/smartgun_mount.dm index 01183ebceca5..8fb0b42a0123 100644 --- a/code/modules/cm_marines/smartgun_mount.dm +++ b/code/modules/cm_marines/smartgun_mount.dm @@ -794,7 +794,7 @@ I.flick_overlay(src, 3) /obj/structure/machinery/m56d_hmg/MouseDrop(over_object, src_location, over_location) //Drag the MG to us to man it. - if(!ishuman(usr)) + if(!ishuman(usr) || usr.stat) return var/mob/living/carbon/human/user = usr //this is us