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

Bounty: New donor item "PRS-1" #783

Merged
merged 12 commits into from
Dec 6, 2023
7 changes: 7 additions & 0 deletions modular_ss220/clothing/code/mask.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@

/datum/outfit/job/chef
mask = /obj/item/clothing/mask/fakemoustache/chef
/obj/item/clothing/mask/gas/red_gas
name = "ПРС-1"
desc = "Модульный противогаз, предназначен в основном для совместного использования с имплантироваными кибер лёгкими."
Yata9arasu marked this conversation as resolved.
Show resolved Hide resolved
icon = 'modular_ss220/clothing/icons/object/masks.dmi'
icon_state = "red_gas"
icon_override = 'modular_ss220/clothing/icons/mob/mask.dmi'
item_state = "red_gas"

/obj/item/clothing/mask/breath/breathscarf
name = "шарф с системой дыхания"
Expand Down
Binary file modified modular_ss220/clothing/icons/mob/mask.dmi
Binary file not shown.
Binary file modified modular_ss220/clothing/icons/object/masks.dmi
Binary file not shown.
5 changes: 4 additions & 1 deletion modular_ss220/loadout/code/donor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
path = /obj/item/clothing/suit/hooded/vi_arcane
donator_tier = 3
cost = 2

Yata9arasu marked this conversation as resolved.
Show resolved Hide resolved
/datum/gear/donor/wallet
display_name = "Бумажник"
path = /obj/item/storage/wallet
Expand Down Expand Up @@ -238,3 +237,7 @@
display_name = "Шарф с системой дыхания"
path = /obj/item/clothing/mask/breath/breathscarf
cost = 2
/datum/gear/donor/red_gas
display_name = "ПРС-1"
Yata9arasu marked this conversation as resolved.
Show resolved Hide resolved
path = /obj/item/clothing/mask/gas/red_gas
donator_tier = 2
Yata9arasu marked this conversation as resolved.
Show resolved Hide resolved
Yata9arasu marked this conversation as resolved.
Show resolved Hide resolved