Qm coat now subtype of department coats like other heads coats (#68229)

Qm wintercoat has been made like into subtype like other heads coats. Qm winter coat can carry telebaton now too
This commit is contained in:
CursedBirb
2022-07-07 16:47:19 -07:00
committed by GitHub
parent 0cb0fc2fc2
commit de92a79891
2 changed files with 10 additions and 4 deletions
@@ -23,4 +23,4 @@
new /obj/item/storage/photo_album/qm(src)
new /obj/item/circuitboard/machine/ore_silo(src)
new /obj/item/card/id/departmental_budget/car(src)
new /obj/item/clothing/suit/hooded/wintercoat/qm(src)
new /obj/item/clothing/suit/hooded/wintercoat/cargo/qm(src)
+9 -3
View File
@@ -402,14 +402,20 @@
icon_state = "hood_cargo"
// Quartermaster
/obj/item/clothing/suit/hooded/wintercoat/qm
/obj/item/clothing/suit/hooded/wintercoat/cargo/qm
name = "quartermaster's winter coat"
desc = "A dark brown winter coat that has a golden crate pin for its zipper pully."
icon_state = "coatqm"
inhand_icon_state = "coatqm"
hoodtype = /obj/item/clothing/head/hooded/winterhood/qm
hoodtype = /obj/item/clothing/head/hooded/winterhood/cargo/qm
/obj/item/clothing/head/hooded/winterhood/qm
/obj/item/clothing/suit/hooded/wintercoat/cargo/qm/Initialize(mapload)
. = ..()
allowed += list(
/obj/item/melee/baton/telescopic,
)
/obj/item/clothing/head/hooded/winterhood/cargo/qm
desc = "A dark brown winter hood"
icon_state = "hood_qm"