Skip to content

Commit

Permalink
Changes (#2492)
Browse files Browse the repository at this point in the history
  • Loading branch information
ancient-engineer authored Jul 1, 2024
1 parent 2679dee commit bdfe47f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/clothing/masks/hailer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,13 @@ GLOBAL_LIST_INIT(hailer_phrases, list(
visor_flags_inv = 0
flags_cover = MASKCOVERSMOUTH | MASKCOVERSEYES | PEPPERPROOF
visor_flags_cover = MASKCOVERSMOUTH | MASKCOVERSEYES | PEPPERPROOF
has_fov = TRUE
supports_variations_flags = CLOTHING_SNOUTED_VARIATION

/obj/item/clothing/mask/gas/sechailer/swat/spacepol
name = "spacepol mask"
desc = "A close-fitting tactical mask created in cooperation with a certain megacorporation, comes with an especially aggressive Compli-o-nator 3000."
icon_state = "spacepol"
inhand_icon_state = "spacepol_mask"
tint = 1.5
flags_cover = MASKCOVERSMOUTH | MASKCOVERSEYES | PEPPERPROOF
visor_flags_cover = MASKCOVERSMOUTH | MASKCOVERSEYES | PEPPERPROOF

Expand Down

0 comments on commit bdfe47f

Please sign in to comment.