Wielding Guns and Backpacks Fix (#11445)

This commit is contained in:
Geeves
2021-03-15 12:54:14 -03:00
committed by GitHub
parent b52d3c743a
commit 334bbbd7a6
3 changed files with 16 additions and 12 deletions
@@ -34,7 +34,7 @@
if (!..())
return 0
if(species_restricted && istype(M,/mob/living/carbon/human))
if(species_restricted && ishuman(M) && !(slot in list(slot_l_hand, slot_r_hand)))
var/exclusive = null
var/wearable = null
var/mob/living/carbon/human/H = M