mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
Merge pull request #14333 from Detective-Google/hamburger
departmental-ish turtlenecks
This commit is contained in:
@@ -138,3 +138,27 @@
|
||||
icon_state = "greyturtle"
|
||||
item_state = "greyturtle"
|
||||
can_adjust = FALSE
|
||||
|
||||
/obj/item/clothing/under/suit/turtle/purple
|
||||
name = "purple turtleneck"
|
||||
icon_state = "turtle_sci"
|
||||
item_state = "turtle_sci"
|
||||
can_adjust = FALSE
|
||||
|
||||
/obj/item/clothing/under/suit/turtle/orange
|
||||
name = "orange turtleneck"
|
||||
icon_state = "turtle_eng"
|
||||
item_state = "turtle_eng"
|
||||
can_adjust = FALSE
|
||||
|
||||
/obj/item/clothing/under/suit/turtle/red
|
||||
name = "red turtleneck"
|
||||
icon_state = "turtle_sec"
|
||||
item_state = "turtle_sec"
|
||||
can_adjust = FALSE
|
||||
|
||||
/obj/item/clothing/under/suit/turtle/blue
|
||||
name = "blue turtleneck"
|
||||
icon_state = "turtle_med"
|
||||
item_state = "turtle_med"
|
||||
can_adjust = FALSE
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 456 KiB After Width: | Height: | Size: 460 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 133 KiB |
@@ -236,6 +236,22 @@
|
||||
name = "Grey Turtleneck"
|
||||
path = /obj/item/clothing/under/suit/turtle/grey
|
||||
|
||||
/datum/gear/uniform/purpleturtle
|
||||
name = "Purple Turtleneck"
|
||||
path = /obj/item/clothing/under/suit/turtle/purple
|
||||
|
||||
/datum/gear/uniform/orangeturtle
|
||||
name = "Orange Turtleneck"
|
||||
path = /obj/item/clothing/under/suit/turtle/orange
|
||||
|
||||
/datum/gear/uniform/blueturtle
|
||||
name = "Blue Turtleneck"
|
||||
path = /obj/item/clothing/under/suit/turtle/blue
|
||||
|
||||
/datum/gear/uniform/redturtle
|
||||
name = "Red Turtleneck"
|
||||
path = /obj/item/clothing/under/suit/turtle/red
|
||||
|
||||
/datum/gear/uniform/polyjump
|
||||
name = "Polychromic Jumpsuit"
|
||||
path = /obj/item/clothing/under/misc/polyjumpsuit
|
||||
|
||||
Reference in New Issue
Block a user