Skip to content

Commit

Permalink
changed scarf type to gasmask
Browse files Browse the repository at this point in the history
  • Loading branch information
Yata9arasu committed Dec 1, 2023
1 parent 79b6371 commit c6bda4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modular_ss220/clothing/code/mask.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
/datum/outfit/job/chef
mask = /obj/item/clothing/mask/fakemoustache/chef

/obj/item/clothing/mask/breath/breathscarf
/obj/item/clothing/mask/gas/breathscarf
name = "шарф с системой дыхания"
desc = "Стильный и инновационный шарф, который служит дыхательной маской в экстремальных ситуациях."
icon = 'modular_ss220/clothing/icons/object/masks.dmi'
Expand Down
2 changes: 1 addition & 1 deletion modular_ss220/loadout/code/donor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -236,5 +236,5 @@

/datum/gear/donor/breathscarf
display_name = "Шарф с системой дыхания"
path = /obj/item/clothing/mask/breath/breathscarf
path = /obj/item/clothing/mask/gas/breathscarf
cost = 2

0 comments on commit c6bda4c

Please sign in to comment.