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
turtlenecks
This commit is contained in:
@@ -138,3 +138,27 @@
|
|||||||
icon_state = "greyturtle"
|
icon_state = "greyturtle"
|
||||||
item_state = "greyturtle"
|
item_state = "greyturtle"
|
||||||
can_adjust = FALSE
|
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 |
@@ -236,6 +236,22 @@
|
|||||||
name = "Grey Turtleneck"
|
name = "Grey Turtleneck"
|
||||||
path = /obj/item/clothing/under/suit/turtle/grey
|
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
|
/datum/gear/uniform/polyjump
|
||||||
name = "Polychromic Jumpsuit"
|
name = "Polychromic Jumpsuit"
|
||||||
path = /obj/item/clothing/under/misc/polyjumpsuit
|
path = /obj/item/clothing/under/misc/polyjumpsuit
|
||||||
|
|||||||
Reference in New Issue
Block a user