[MIRROR] Add gas masks to the loadout options (#11586)

Co-authored-by: nesquik <24830358+lbnesquik@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-09-09 04:24:10 -07:00
committed by GitHub
parent c7826d29f7
commit ab33e72232
3 changed files with 10 additions and 12 deletions

View File

@@ -33,6 +33,16 @@
display_name = "cloth face mask"
path = /obj/item/clothing/mask/surgical/cloth
/datum/gear/mask/gas
display_name = "gas mask"
path = /obj/item/clothing/mask/gas
cost = 3 ///Because it functions as a gas mask, and therefore has a mechanical advantage.
/datum/gear/mask/gas/clear
display_name = "transparent gas mask"
path = /obj/item/clothing/mask/gas/clear
cost = 3 ///Because it functions as a gas mask, and therefore has a mechanical advantage.
/datum/gear/mask/plaguedoctor
display_name = "plague doctor's mask"
path = /obj/item/clothing/mask/gas/plaguedoctor