turtlenecks

This commit is contained in:
Detective Google
2021-02-27 04:42:05 -06:00
parent 8452fff356
commit 2ae258d002
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/science
name = "science turtleneck"
icon_state = "turtle_sci"
item_state = "turtle_sci"
can_adjust = FALSE
/obj/item/clothing/under/suit/turtle/engineering
name = "engineering turtleneck"
icon_state = "turtle_eng"
item_state = "turtle_eng"
can_adjust = FALSE
/obj/item/clothing/under/suit/turtle/security
name = "security turtleneck"
icon_state = "turtle_sec"
item_state = "turtle_sec"
can_adjust = FALSE
/obj/item/clothing/under/suit/turtle/medical
name = "medical 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/sciturtle
name = "Science Turtleneck"
path = /obj/item/clothing/under/suit/turtle/science
/datum/gear/uniform/engturtle
name = "Engineering Turtleneck"
path = /obj/item/clothing/under/suit/turtle/engineering
/datum/gear/uniform/medturtle
name = "Medical Turtleneck"
path = /obj/item/clothing/under/suit/turtle/medical
/datum/gear/uniform/secturtle
name = "Security Turtleneck"
path = /obj/item/clothing/under/suit/turtle/security
/datum/gear/uniform/polyjump
name = "Polychromic Jumpsuit"
path = /obj/item/clothing/under/misc/polyjumpsuit