Skip to content

Commit

Permalink
Changes Medal SWAT Mask to something more NT appropriate (goonstation…
Browse files Browse the repository at this point in the history
  • Loading branch information
lofi-juno authored Apr 22, 2023
1 parent ba2e291 commit e40f412
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 1 addition & 2 deletions code/WorkInProgress/rewardsLocker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -320,12 +320,11 @@

if (activator.wear_mask && istype(activator.wear_mask, /obj/item/clothing/mask/gas))
var/obj/item/clothing/mask/gas/emergency/M = activator.wear_mask
M.icon_state = "swat"
M.icon_state = "swatNT"
//M.item_state = "swat"
M.name = "SWAT Gas Mask"
M.real_name = "SWAT Gas Mask"
M.desc = "A snazzy-looking black Gas Mask."
M.color = list(0.157562,0.163186,0.844535,0.390637,0.414067,-0.58031,-0.0243897,-0.0534431,0.259584)
M.color_r = 0.8
M.color_g = 0.8
M.color_b = 1
Expand Down
9 changes: 9 additions & 0 deletions code/obj/item/clothing/masks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,15 @@ TYPEINFO(/obj/item/clothing/mask/moustache)
STOP_TRACKING_CAT(TR_CAT_NUKE_OP_STYLE)
..()

/obj/item/clothing/mask/gas/swat/NT
name = "SWAT mask"
desc = "A close-fitting tactical mask that can filter some environmental toxins or be connected to an air supply."
icon_state = "swatNT"
item_state = "swatNT"
color_r = 0.8
color_g = 0.8
color_b = 1

TYPEINFO(/obj/item/clothing/mask/gas/voice)
mats = 6

Expand Down
Binary file modified icons/mob/clothing/mask.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/item_masks.dmi
Binary file not shown.

0 comments on commit e40f412

Please sign in to comment.