mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-05 15:04:21 +00:00
[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:
committed by
GitHub
parent
c7826d29f7
commit
ab33e72232
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user