mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
fuck
This commit is contained in:
@@ -166,15 +166,10 @@
|
||||
icon_state = "sweater_uglyxmas"
|
||||
item_state = "sweater_uglyxmas"
|
||||
|
||||
/obj/item/clothing/accessory/sweater/uglyxmas
|
||||
name = "ugly xmas sweater"
|
||||
icon_state = "sweater_uglyxmas"
|
||||
item_state = "sweater_uglyxmas"
|
||||
|
||||
/obj/item/clothing/accessory/sweater/flower
|
||||
name = "flower sweater"
|
||||
icon_state = "sweater_uglyxmas"
|
||||
item_state = "sweater_uglyxmas"
|
||||
icon_state = "sweater_flower"
|
||||
item_state = "sweater_flower"
|
||||
|
||||
////////////////
|
||||
//Suit Jackets//
|
||||
@@ -223,6 +218,11 @@
|
||||
icon_state = "turtleneck_red"
|
||||
item_state = "turtleneck_red"
|
||||
|
||||
/obj/item/clothing/accessory/turtleneck/comfy
|
||||
name = "comfy turtleneck"
|
||||
icon_state = "turtleneck_comfy"
|
||||
item_state = "turtleneck_comfy"
|
||||
|
||||
/obj/item/clothing/accessory/turtleneck/tactifool
|
||||
name = "black sweaterneck"
|
||||
desc = "Extra fool. Extra cool."
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
/obj/item/clothing/under/costume/kilt = 3,
|
||||
/obj/item/clothing/under/misc/overalls = 3,
|
||||
/obj/item/clothing/under/suit/sl = 3,
|
||||
/obj/item/clothing/under/sweater = 3,
|
||||
/obj/item/clothing/accessory/sweater = 3,
|
||||
/obj/item/clothing/accessory/sweater/pink = 3,
|
||||
/obj/item/clothing/accessory/sweater/heart = 3,
|
||||
@@ -45,9 +44,11 @@
|
||||
/obj/item/clothing/accessory/sweater/flower = 3,
|
||||
/obj/item/clothing/accessory/turtleneck = 2,
|
||||
/obj/item/clothing/accessory/turtleneck/red = 2,
|
||||
/obj/item/clothing/accessory/turtleneck/comfy = 2,
|
||||
/obj/item/clothing/accessory/turtleneck/tactifool = 2,
|
||||
/obj/item/clothing/accessory/turtleneck/tactifool/green = 2,
|
||||
/obj/item/clothing/accessory/turtleneck/tactifool/blue = 2,
|
||||
/obj/item/clothing/under/sweater = 3,
|
||||
/obj/item/clothing/under/sweater/black = 3,
|
||||
/obj/item/clothing/under/sweater/purple = 3,
|
||||
/obj/item/clothing/under/sweater/green = 3,
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
@@ -15,6 +15,18 @@
|
||||
name = "Black beret"
|
||||
path = /obj/item/clothing/head/beret/black
|
||||
|
||||
/datum/gear/head/redberet
|
||||
name = "Red beret"
|
||||
path = /obj/item/clothing/head/beret
|
||||
|
||||
/datum/gear/head/purpleberet
|
||||
name = "{Purple beret"
|
||||
path = /obj/item/clothing/head/beret/purple
|
||||
|
||||
/datum/gear/head/blueberet
|
||||
name = "Blue beret"
|
||||
path = /obj/item/clothing/head/beret/blue
|
||||
|
||||
/datum/gear/head/flatcap
|
||||
name = "Flat cap"
|
||||
path = /obj/item/clothing/head/flatcap
|
||||
|
||||
Reference in New Issue
Block a user