Skip to content

Commit

Permalink
Item tweaks (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMelbert authored Sep 30, 2024
1 parent e6d7198 commit c86734e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions code/modules/clothing/gloves/insulated.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions code/modules/clothing/masks/hailer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c86734e

Please sign in to comment.