mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Adds SolGov winter coat. (#31335)
* done * oops * vox fingers * Update misc_suits.dm * update icon vars in line with new sprite code * Update SolGov winter coat to match others. * Add SolGov winter coat object sprites. --------- Co-authored-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com>
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
display_name = "Winter coat"
|
||||
path = /obj/item/clothing/suit/hooded/wintercoat
|
||||
|
||||
/datum/gear/suit/coat/solgov
|
||||
display_name = "Winter coat, Solgov"
|
||||
path = /obj/item/clothing/suit/hooded/wintercoat/solgov
|
||||
|
||||
/datum/gear/suit/coat/job
|
||||
main_typepath = /datum/gear/suit/coat/job
|
||||
subtype_selection_cost = FALSE
|
||||
|
||||
@@ -691,6 +691,14 @@
|
||||
/obj/item/clothing/head/hooded/winterhood/syndicate
|
||||
icon_state = "winterhood_synd"
|
||||
|
||||
/obj/item/clothing/suit/hooded/wintercoat/solgov
|
||||
name = "\improper SolGov winter coat"
|
||||
icon_state = "wintercoat_solgov"
|
||||
hoodtype = /obj/item/clothing/head/hooded/winterhood/solgov
|
||||
|
||||
/obj/item/clothing/head/hooded/winterhood/solgov
|
||||
icon_state = "winterhood_solgov"
|
||||
|
||||
/obj/item/clothing/head/hooded/ablative
|
||||
name = "ablative hood"
|
||||
desc = "A high-tech ablative hood attached to an ablative trenchcoat. Dissipates energy attacks with ease, and has an integrated flashproof visor. Entirely ineffecitve against kinetic attacks."
|
||||
|
||||
Reference in New Issue
Block a user