mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user