mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
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:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user