diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index 96b3addd7dc..107e723ba25 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -186,6 +186,7 @@ bio = 0, rad = 0 ) + spawn_blacklisted = TRUE /obj/item/clothing/gloves/knuckles name = "knuckle gloves" diff --git a/code/modules/clothing/head/armor.dm b/code/modules/clothing/head/armor.dm index 74fab3364fc..dfa9e403d8f 100644 --- a/code/modules/clothing/head/armor.dm +++ b/code/modules/clothing/head/armor.dm @@ -644,6 +644,7 @@ siemens_coefficient = 1 species_restricted = list(SPECIES_HUMAN) price_tag = 150 + spawn_blacklisted = TRUE /obj/item/clothing/head/armor/faceshield/paramedic name = "Moebius paramedic helmet" diff --git a/code/modules/clothing/shoes/jobs.dm b/code/modules/clothing/shoes/jobs.dm index a331f27d9b4..83b64ce176c 100644 --- a/code/modules/clothing/shoes/jobs.dm +++ b/code/modules/clothing/shoes/jobs.dm @@ -121,6 +121,7 @@ ) can_hold_knife = TRUE style = STYLE_NEG_HIGH + spawn_blacklisted = TRUE /obj/item/clothing/shoes/artist_shoes name = "Pointy Shoes" diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index cdd0e017c76..1dfa263ec0d 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -289,6 +289,7 @@ MATERIAL_PLASTIC = 45, MATERIAL_PLASTEEL = 25, ) + spawn_blacklisted = TRUE /obj/item/clothing/suit/armor/bulletproof/full name = "full bulletproof vest"