Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Oct 26, 2024
2 parents c9945f1 + 966c48f commit abe6198
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
Binary file modified icons/mob/clothing/mask.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/masks.dmi
Binary file not shown.
24 changes: 24 additions & 0 deletions modular_bluemoon/Azaar/Tajaran.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/obj/item/clothing/mask/gas/sechailer/fir36
name = "FIR-36 half-face rebreather"
desc = "A close-fitting respirator designed by Forestfel Intersystem Industries and originally meant for Tajarans, the FIR-36 Rebreather is used by Kaitam klan Military Personnel. It reeks of Militarism."
icon_state = "fir36"
item_state = "fir36"
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON

/obj/item/clothing/mask/gas/syndicate/fir22
name = "FIR-22 full-face rebreather"
desc = "A full-face respirator designed by Forestfel Intersystem Industries and originally meant for Tajarans, the FIR-22 Rebreather is a snout-covering variant often seen used by Tajaran Military Personnel and Civilian Personnel alike. It reeks of militarism."
icon_state = "fir22"
item_state = "fir22"
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON

/////////////////////////////////////////////////////////// Пихаю в лодаут

/datum/gear/mask/fir36
name = "FIR-36 half-face rebreather"
path = /obj/item/clothing/mask/gas/sechailer/fir36
restricted_roles = list("Head of Security", "Warden", "Detective", "Security Officer", "Peacekeeper", "Blueshield", "Brig Physician")

/datum/gear/mask/fir22
name = "FIR-22 full-face rebreather"
path = /obj/item/clothing/mask/gas/syndicate/fir22
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -4158,6 +4158,7 @@
#include "modular_bluemoon\0451\code\modules\surgery\organs\augments_eyes.dm"
#include "modular_bluemoon\acradors\acradors_markings.dm"
#include "modular_bluemoon\anti_normalizer_quirk\anti_normalizer_quirk.dm"
#include "modular_bluemoon\Azaar\Tajaran.dm"
#include "modular_bluemoon\bigtalk\bigtalk.dm"
#include "modular_bluemoon\bloodsuckers_upgrade\bloodsucker_objectives.dm"
#include "modular_bluemoon\bloodsuckers_upgrade\bloodsuckers_defines.dm"
Expand Down

0 comments on commit abe6198

Please sign in to comment.