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:
Cody Brittain
2023-10-27 10:02:43 -04:00
committed by GitHub
parent 8babb08455
commit 4be8285db0
4 changed files with 59 additions and 1 deletions
@@ -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)