forked from BlueMoon-Labs/MOLOT-BlueMoon-Station
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/BlueMoon-Labs/MOLOT-BlueM…
- Loading branch information
Showing
4 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters