Skip to content

Commit

Permalink
Final Vendor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Sep 10, 2024
1 parent 757e821 commit f354ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@
list("Sling Pouch", round(scale * 1.25), /obj/item/storage/pouch/sling, VENDOR_ITEM_REGULAR),

list("MASK", -1, null, null, null),
list("PMK-63 Gas Mask", round(scale * 15), /obj/item/clothing/mask/gas/upp, VENDOR_ITEM_REGULAR),
list("Heat Absorbent Coif", round(scale * 10), /obj/item/clothing/mask/rebreather/scarf/tan, VENDOR_ITEM_REGULAR),
list("ShMB/4 Gas Mask", round(scale * 15), /obj/item/clothing/mask/gas/upp, VENDOR_ITEM_REGULAR),

list("MISCELLANEOUS", -1, null, null, null),
list("Ballistic goggles", round(scale * 10), /obj/item/clothing/glasses/mgoggles, VENDOR_ITEM_REGULAR),
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/masks/gasmask.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
item_state = "m5_gasmask"

/obj/item/clothing/mask/gas/upp
name = "\improper PMK-63 gasmask"
name = "\improper ShMB/4 gasmask"
desc = "The standard issue gasmask utilized by the UPP Armed Collective and many UPP civilian organizations."
flags_inv_hide = HIDEEARS|HIDEFACE|HIDEALLHAIR
flags_obj = OBJ_NO_HELMET_BAND|OBJ_IS_HELMET_GARB
Expand Down

0 comments on commit f354ad2

Please sign in to comment.