From 9c7b43a83bf5d9d46e14cfc17adb38e896696fb1 Mon Sep 17 00:00:00 2001 From: YakumoChen Date: Fri, 18 Sep 2020 21:13:08 +0000 Subject: [PATCH] mech suits --- code/modules/clothing/under/miscellaneous.dm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 85c1d0e114..5d750f3c75 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -325,3 +325,22 @@ desc = "A blue bathrobe." icon_state = "bathrobe" item_state = "bathrobe" + +/obj/item/clothing/under/misc/mechsuitred + name = "red mech suit" + desc = "What are you, stupid?" + icon_state = "red_mech_suit" + item_state = "red_mech_suit" + +/obj/item/clothing/under/misc/mechsuitwhite + name = "white mech suit" + desc = "...Mom?" + icon_state = "white_mech_suit" + item_state = "white_mech_suit" + +/obj/item/clothing/under/misc/mechsuitblue + name = "blue mech suit" + desc = "Get in the damn robot already!" + icon_state = "blue_mech_suit" + item_state = "blue_mech_suit" +