mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-06 07:32:15 +00:00
27 lines
848 B
Plaintext
27 lines
848 B
Plaintext
/**
|
|
* N3X15's Testing Shit
|
|
*
|
|
* Used to test this on /fail/station. Not used, so left out. A decent example though.
|
|
*/
|
|
|
|
/obj/item/clothing/suit/storage/labcoat/custom/N3X15
|
|
icon = 'icons/mob/custom/N3X15/suits.dmi'
|
|
custom = 1
|
|
|
|
/obj/item/clothing/suit/storage/labcoat/custom/N3X15/robotics
|
|
name = "Robotics Research Labcoat"
|
|
desc = "A suit that protects against nothing, but looks fashionable. Well, apart from the crappy portrait drawn on the back with permanent marker."
|
|
base_icon_state = "labcoat_tox"
|
|
|
|
|
|
|
|
/obj/item/clothing/under/custom/N3X15
|
|
icon = 'icons/mob/custom/N3X15/suits.dmi' // Cheating.
|
|
custom = 1
|
|
|
|
/obj/item/clothing/under/custom/N3X15/robotics
|
|
desc = "It's slimming black with reinforced seams; great for industrial work."
|
|
name = "roboticist's jumpsuit"
|
|
icon_state = "robotics"
|
|
item_state = "robotics"
|
|
color = "robotics" |