Merge pull request #14333 from Detective-Google/hamburger

departmental-ish turtlenecks
This commit is contained in:
silicons
2021-02-28 22:49:09 -07:00
committed by GitHub
4 changed files with 40 additions and 0 deletions

View File

@@ -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

View File

@@ -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