diff --git a/code/modules/clothing/gloves/insulated.dm b/code/modules/clothing/gloves/insulated.dm index 99a1ed043555..89f33963af5d 100644 --- a/code/modules/clothing/gloves/insulated.dm +++ b/code/modules/clothing/gloves/insulated.dm @@ -13,16 +13,6 @@ custom_price = PAYCHECK_CREW * 10 custom_premium_price = PAYCHECK_COMMAND * 6 cut_type = /obj/item/clothing/gloves/cut - clothing_traits = list(TRAIT_CHUNKYFINGERS) - -/obj/item/clothing/gloves/color/yellow/apply_fantasy_bonuses(bonus) - . = ..() - if(bonus >= 10) - detach_clothing_traits(TRAIT_CHUNKYFINGERS) - -/obj/item/clothing/gloves/color/yellow/remove_fantasy_bonuses(bonus) - attach_clothing_traits(TRAIT_CHUNKYFINGERS) - return ..() /datum/armor/color_yellow bio = 50 diff --git a/code/modules/clothing/masks/hailer.dm b/code/modules/clothing/masks/hailer.dm index 1d8190f0db75..963d107fd477 100644 --- a/code/modules/clothing/masks/hailer.dm +++ b/code/modules/clothing/masks/hailer.dm @@ -53,8 +53,8 @@ GLOBAL_LIST_INIT(hailer_phrases, list( w_class = WEIGHT_CLASS_SMALL visor_flags = BLOCK_GAS_SMOKE_EFFECT | MASKINTERNALS visor_flags_inv = HIDEFACIALHAIR | HIDEFACE | HIDESNOUT - flags_cover = MASKCOVERSMOUTH - visor_flags_cover = MASKCOVERSMOUTH + flags_cover = MASKCOVERSMOUTH | PEPPERPROOF + visor_flags_cover = MASKCOVERSMOUTH | PEPPERPROOF tint = 0 has_fov = FALSE unique_death = 'sound/voice/sec_death.ogg'