Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Dec 12, 2023
1 parent 25d70da commit 53b0707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_marines/smartgun_mount.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 53b0707

Please sign in to comment.