mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-17 00:57:28 +01:00
* it's black and white * Update soft_caps.dm * bruh * bruh * tweaks * comment * Update abduction_gear.dm * Update paradise.dme * Update paradise.dme * Update paradise.dme --------- Co-authored-by: Mason <116982774+Burzah@users.noreply.github.com>
64 lines
1.6 KiB
Plaintext
64 lines
1.6 KiB
Plaintext
/obj/item/clothing/neck/scarf
|
|
name = "scarf"
|
|
desc = "A stylish scarf. The perfect winter accessory for those with a keen fashion sense, and those who just can't handle a cold breeze on their necks."
|
|
dog_fashion = /datum/dog_fashion/head
|
|
|
|
/obj/item/clothing/neck/scarf/red
|
|
name = "red scarf"
|
|
icon_state = "redscarf"
|
|
|
|
/obj/item/clothing/neck/scarf/green
|
|
name = "green scarf"
|
|
icon_state = "greenscarf"
|
|
|
|
/obj/item/clothing/neck/scarf/darkblue
|
|
name = "dark blue scarf"
|
|
icon_state = "darkbluescarf"
|
|
|
|
/obj/item/clothing/neck/scarf/purple
|
|
name = "purple scarf"
|
|
icon_state = "purplescarf"
|
|
|
|
/obj/item/clothing/neck/scarf/yellow
|
|
name = "yellow scarf"
|
|
icon_state = "yellowscarf"
|
|
|
|
/obj/item/clothing/neck/scarf/orange
|
|
name = "orange scarf"
|
|
icon_state = "orangescarf"
|
|
|
|
/obj/item/clothing/neck/scarf/lightblue
|
|
name = "light blue scarf"
|
|
icon_state = "lightbluescarf"
|
|
|
|
/obj/item/clothing/neck/scarf/white
|
|
name = "white scarf"
|
|
icon_state = "whitescarf"
|
|
|
|
/obj/item/clothing/neck/scarf/black
|
|
name = "black scarf"
|
|
icon_state = "blackscarf"
|
|
|
|
/obj/item/clothing/neck/scarf/zebra
|
|
name = "zebra scarf"
|
|
icon_state = "zebrascarf"
|
|
|
|
/obj/item/clothing/neck/scarf/christmas
|
|
name = "christmas scarf"
|
|
icon_state = "christmasscarf"
|
|
|
|
/obj/item/clothing/neck/scarf/stripedred
|
|
name = "striped red scarf"
|
|
icon_state = "stripedredscarf"
|
|
dog_fashion = null
|
|
|
|
/obj/item/clothing/neck/scarf/stripedgreen
|
|
name = "striped green scarf"
|
|
icon_state = "stripedgreenscarf"
|
|
dog_fashion = null
|
|
|
|
/obj/item/clothing/neck/scarf/stripedblue
|
|
name = "striped blue scarf"
|
|
icon_state = "stripedbluescarf"
|
|
dog_fashion = null
|