mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Added a Gadpathurian rebreather, exclusive to Gadpathurians (#17642)
* Added a Gadpathurian rebreather, exclusive to Gadpathurians in the loadout. * CL --------- Co-authored-by: Cody Brittain <cbrittain10@live.com>
This commit is contained in:
co-authored by
Cody Brittain
parent
8babb08455
commit
4be8285db0
@@ -20,3 +20,9 @@
|
||||
display_name = "cloth mask"
|
||||
path = /obj/item/clothing/mask/cloth
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/mask/gadpathur
|
||||
display_name = "gadpathurian rebreather"
|
||||
path = /obj/item/clothing/mask/breath/gadpathur
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
origin_restriction = list(/singleton/origin_item/origin/gadpathur)
|
||||
|
||||
@@ -158,4 +158,15 @@
|
||||
They can be easily ripped in half in the event of the wearer's death."
|
||||
icon = 'icons/clothing/accessories/dogtags.dmi'
|
||||
icon_state = "gadpathur_tag"
|
||||
w_class = ITEMSIZE_SMALL
|
||||
w_class = ITEMSIZE_SMALL
|
||||
|
||||
/obj/item/clothing/mask/breath/gadpathur
|
||||
name = "gadpathurian rebreather"
|
||||
desc = "A sturdy-looking rebreather with a canvas scarf wrapped around it. Boring, but sturdy-looking."
|
||||
desc_extended = "A common sight on Gadpathur, the Type 2308 (its year of creation) rebreather is typically worn with an oxygen tank or filtration\
|
||||
module to combat more minor contaminants found on Gadpathur. Not intended for use in seriously contaminated zones."
|
||||
icon = 'icons/clothing/masks/gadpathur_breath.dmi'
|
||||
icon_state = "gadpathur_breath"
|
||||
item_state = "gadpathur_breath"
|
||||
adjustable = FALSE
|
||||
contained_sprite = TRUE
|
||||
|
||||
Reference in New Issue
Block a user