Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breath scarf #702

Merged
merged 12 commits into from
Nov 22, 2023
8 changes: 8 additions & 0 deletions modular_ss220/clothing/code/mask.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@

/datum/outfit/job/chef
mask = /obj/item/clothing/mask/fakemoustache/chef

/obj/item/clothing/mask/breath/breathscarf
name = "шарф с системой дыхания"
desc = "Стильный и инновационный шарф, который служит дыхательной маской в экстремальных ситуациях."
icon = 'modular_ss220/clothing/icons/object/masks.dmi'
icon_override = 'modular_ss220/clothing/icons/mob/mask.dmi'
icon_state = "breathscarf"
item_state = "breathscarf"
Binary file added modular_ss220/clothing/icons/mob/mask.dmi
Binary file not shown.
Binary file added modular_ss220/clothing/icons/object/masks.dmi
Binary file not shown.
5 changes: 5 additions & 0 deletions modular_ss220/loadout/code/donor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,8 @@
path = /obj/item/id_skin/terminal
donator_tier = 4
cost = 3

/datum/gear/donor/breathscarf
FlutterSnedDraw marked this conversation as resolved.
Show resolved Hide resolved
display_name = "Шарф с системой дыхания"
path = /obj/item/clothing/mask/breath/breathscarf
cost = 2
Loading