diff --git a/hyperstation/code/modules/clothing/suits/misc.dm b/hyperstation/code/modules/clothing/suits/misc.dm index 15504607..63b16e84 100644 --- a/hyperstation/code/modules/clothing/suits/misc.dm +++ b/hyperstation/code/modules/clothing/suits/misc.dm @@ -5,5 +5,5 @@ item_state = "kaminacape" body_parts_covered = 0 icon = 'hyperstation/icons/obj/clothing/suits.dmi' - alternate_worn_icon = 'hyperstation/icons/mob/suit.dmi' + alternate_worn_icon = 'hyperstation/icons/mobs/suits.dmi' mutantrace_variation = NO_MUTANTRACE_VARIATION diff --git a/hyperstation/code/modules/clothing/under/under.dm b/hyperstation/code/modules/clothing/under/under.dm new file mode 100644 index 00000000..7bc5ee7f --- /dev/null +++ b/hyperstation/code/modules/clothing/under/under.dm @@ -0,0 +1,9 @@ +/obj/item/clothing/under/lumberjack + name = "lumberjack outfit" + desc = "I am a lumberjack and I am ok, I sleep all night and I work all day." + icon = 'hyperstation/icons/obj/clothing/suits.dmi' + alternate_worn_icon = 'hyperstation/icons/mobs/suits.dmi' + icon_state = "lumberjack" + item_state = "lumberjack" + can_adjust = FALSE + mutantrace_variation = NO_MUTANTRACE_VARIATION \ No newline at end of file diff --git a/hyperstation/icons/mob/suit.dmi b/hyperstation/icons/mob/suit.dmi deleted file mode 100644 index 2a36355c..00000000 Binary files a/hyperstation/icons/mob/suit.dmi and /dev/null differ diff --git a/hyperstation/icons/mobs/suit.dmi b/hyperstation/icons/mobs/suit.dmi deleted file mode 100644 index f082396a..00000000 Binary files a/hyperstation/icons/mobs/suit.dmi and /dev/null differ diff --git a/hyperstation/icons/mobs/suits.dmi b/hyperstation/icons/mobs/suits.dmi new file mode 100644 index 00000000..16b97a02 Binary files /dev/null and b/hyperstation/icons/mobs/suits.dmi differ diff --git a/hyperstation/icons/obj/clothing/suits.dmi b/hyperstation/icons/obj/clothing/suits.dmi index b303d60f..0c317c7d 100644 Binary files a/hyperstation/icons/obj/clothing/suits.dmi and b/hyperstation/icons/obj/clothing/suits.dmi differ diff --git a/tgstation.dme b/tgstation.dme index d1a5e77c..f5e96f1c 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -3045,6 +3045,7 @@ #include "hyperstation\code\modules\clothing\glasses\polychromic_glasses.dm" #include "hyperstation\code\modules\clothing\spacesuits\hardsuit.dm" #include "hyperstation\code\modules\clothing\suits\misc.dm" +#include "hyperstation\code\modules\clothing\under\under.dm" #include "hyperstation\code\modules\crafting\bounties.dm" #include "hyperstation\code\modules\crafting\recipes.dm" #include "hyperstation\code\modules\integrated_electronics\input.dm"