gunshot residue should only be on clothing/human (#16446)

* should only be on clothing

* .
This commit is contained in:
Kashargul
2024-10-12 16:43:13 +02:00
committed by GitHub
parent 7b21a61228
commit 98293e1aa9
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
if(chambered.leaves_residue)
var/mob/living/carbon/human/H = loc
if(istype(H))
if(!H.gloves)
if(!istype(H.gloves, /obj/item/clothing))
H.gunshot_residue = chambered.caliber
else
var/obj/item/clothing/G = H.gloves