Merge pull request #14978 from Citadel-Station-13/mgas-dontoar
Adds military gas mask for donator
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 49 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 31 KiB |
@@ -554,3 +554,9 @@
|
||||
slot = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/smaiden
|
||||
ckeywhitelist = list("ultimarifox")
|
||||
|
||||
/datum/gear/donator/mgasmask
|
||||
name = "Military Gas Mask"
|
||||
slot = SLOT_IN_BACKPACK
|
||||
path = /obj/item/clothing/mask/gas/military
|
||||
ckeywhitelist = list("unclebourbon")
|
||||
|
||||
@@ -229,6 +229,14 @@
|
||||
mob_overlay_icon = 'icons/mob/clothing/custom_w.dmi'
|
||||
icon_state = "stalker"
|
||||
|
||||
/obj/item/clothing/mask/gas/military
|
||||
name = "Military Gas Mask"
|
||||
desc = "A rare PMC gas mask, one of the very expensive kinds. The inside looks comfortable to wear for a while. The blood red eyes however seem to stare back at you. Creepy."
|
||||
icon = 'icons/obj/custom.dmi'
|
||||
item_state = "mgas"
|
||||
mob_overlay_icon = 'icons/mob/clothing/custom_w.dmi'
|
||||
icon_state = "mgas"
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/flask/steel
|
||||
name = "The End"
|
||||
desc = "A plain steel flask, sealed by lock and key. The front is inscribed with The End."
|
||||
|
||||
Reference in New Issue
Block a user