diff --git a/code/modules/mob/living/carbon/human/inventory.dm b/code/modules/mob/living/carbon/human/inventory.dm index 297938a075c..4bd3d94f560 100644 --- a/code/modules/mob/living/carbon/human/inventory.dm +++ b/code/modules/mob/living/carbon/human/inventory.dm @@ -440,6 +440,9 @@ w_uniform.shred(bomb,shock-absorbed,src) /obj/item/proc/shred(var/bomb,var/shock,var/mob/living/carbon/human/Human) + if(flags & ABSTRACT) + return -1 + var/shredded if(!bomb)