mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 03:51:49 +01:00
New Visegradi ponczo sprites. (#19267)
Credit to 50n00b on discord for the sprites! Also adds three more Visegradi ponczo items. https://i.imgur.com/k4tkxlH.png https://i.imgur.com/i81hGCP.png --------- Co-authored-by: DanseMacabre <rsurname1212@gmail.com>
This commit is contained in:
co-authored by
DanseMacabre
parent
06ddbf725c
commit
fd9101809e
@@ -559,3 +559,17 @@
|
||||
galatea_labcoat["galatean labcoat"] = /obj/item/clothing/suit/storage/galatea_labcoat
|
||||
galatea_labcoat["galatean labcoat, alt"] = /obj/item/clothing/suit/storage/galatea_labcoat/alt
|
||||
gear_tweaks += new /datum/gear_tweak/path(galatea_labcoat)
|
||||
|
||||
/datum/gear/suit/patterned_ponczo
|
||||
display_name = "visegradi patterned ponczo selection"
|
||||
description = "A patterned style of Visegradi ponczo."
|
||||
path = /obj/item/clothing/suit/storage/hooded/wintercoat/patterned_ponczo
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/suit/patterned_ponczo/New()
|
||||
..()
|
||||
var/list/patterned_ponczo = list()
|
||||
patterned_ponczo["red patterned ponczo"] = /obj/item/clothing/suit/storage/hooded/wintercoat/patterned_ponczo
|
||||
patterned_ponczo["brown patterned ponczo"] = /obj/item/clothing/suit/storage/hooded/wintercoat/patterned_ponczo/brown
|
||||
patterned_ponczo["blue patterned ponczo"] = /obj/item/clothing/suit/storage/hooded/wintercoat/patterned_ponczo/blue
|
||||
gear_tweaks += new /datum/gear_tweak/path(patterned_ponczo)
|
||||
|
||||
@@ -373,3 +373,36 @@
|
||||
/obj/item/clothing/head/winterhood/colorable/ponczo
|
||||
name = "visegradi ponczo hood"
|
||||
desc = "A hood for a Visegradi ponczo."
|
||||
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/patterned_ponczo
|
||||
name = "red visegradi patterned ponczo"
|
||||
desc = "A type of shelter-half or zeltbahn, the ponczo is a ubiquitous article of clothing on the planet of Visegrad. Resembling a long smock or raincoat, the ponczo is as waterproof as it is rugged. While true shelter-halves can be made into a tent, most ponczos are no longer capable of this. This one is red, and has a patterned design."
|
||||
icon_state = "red_ponczo"
|
||||
item_state = "red_ponczo"
|
||||
hoodtype = /obj/item/clothing/head/winterhood/patterned_ponczo
|
||||
|
||||
/obj/item/clothing/head/winterhood/patterned_ponczo
|
||||
name = "red visegradi ponczo hood"
|
||||
desc = "A hood for a Visegradi ponczo."
|
||||
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/patterned_ponczo/brown
|
||||
name = "brown visegradi patterned ponczo"
|
||||
desc = "A type of shelter-half or zeltbahn, the ponczo is a ubiquitous article of clothing on the planet of Visegrad. Resembling a long smock or raincoat, the ponczo is as waterproof as it is rugged. While true shelter-halves can be made into a tent, most ponczos are no longer capable of this. This one is brown, and has a patterned design."
|
||||
icon_state = "brown_ponczo"
|
||||
item_state = "brown_ponczo"
|
||||
hoodtype = /obj/item/clothing/head/winterhood/patterned_ponczo/brown
|
||||
|
||||
/obj/item/clothing/head/winterhood/patterned_ponczo/brown
|
||||
name = "brown visegradi ponczo hood"
|
||||
desc = "A hood for a Visegradi ponczo."
|
||||
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/patterned_ponczo/blue
|
||||
name = "blue visegradi patterned ponczo"
|
||||
desc = "A type of shelter-half or zeltbahn, the ponczo is a ubiquitous article of clothing on the planet of Visegrad. Resembling a long smock or raincoat, the ponczo is as waterproof as it is rugged. While true shelter-halves can be made into a tent, most ponczos are no longer capable of this. This one is blue, and has a patterned design."
|
||||
icon_state = "blue_ponczo"
|
||||
item_state = "blue_ponczo"
|
||||
hoodtype = /obj/item/clothing/head/winterhood/patterned_ponczo/blue
|
||||
|
||||
/obj/item/clothing/head/winterhood/patterned_ponczo/blue
|
||||
name = "blue visegradi ponczo hood"
|
||||
desc = "A hood for a Visegradi ponczo."
|
||||
|
||||
Reference in New Issue
Block a user