Files
Paradise/code/modules/customitems/definitions/N3X15.dm
2013-09-24 19:00:40 -04:00

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"