diff --git a/_maps/map_files/tramstation/tramstation.dmm b/_maps/map_files/tramstation/tramstation.dmm index 5e817254c65c..44722222902c 100644 --- a/_maps/map_files/tramstation/tramstation.dmm +++ b/_maps/map_files/tramstation/tramstation.dmm @@ -45433,7 +45433,6 @@ /obj/structure/rack, /obj/item/mod/module/plasma_stabilizer, /obj/item/mod/module/thermal_regulator, -/obj/item/mod/control/pre_equipped/engineering, /turf/open/floor/iron, /area/station/engineering/main) "nwv" = ( diff --git a/code/game/machinery/suit_storage_unit.dm b/code/game/machinery/suit_storage_unit.dm index 72bb9f47e44c..e8205e294f85 100644 --- a/code/game/machinery/suit_storage_unit.dm +++ b/code/game/machinery/suit_storage_unit.dm @@ -81,12 +81,13 @@ /obj/machinery/suit_storage_unit/engine mask_type = /obj/item/clothing/mask/breath storage_type = /obj/item/clothing/shoes/magboots + suit_type = /obj/item/clothing/suit/space/hardsuit/engine //Monkestation Edit mod_type = /obj/item/mod/control/pre_equipped/engineering /obj/machinery/suit_storage_unit/atmos mask_type = /obj/item/clothing/mask/gas/atmos storage_type = /obj/item/watertank/atmos - suit_type = /obj/item/clothing/suit/space/hardsuit/atmos + suit_type = /obj/item/clothing/suit/space/hardsuit/atmos //Monkestation Edit mod_type = /obj/item/mod/control/pre_equipped/atmospheric /obj/machinery/suit_storage_unit/ce diff --git a/monkestation/icons/mob/clothing/hardsuit/hardsuit_body.dmi b/monkestation/icons/mob/clothing/hardsuit/hardsuit_body.dmi index d7d36db652b1..23851baead1d 100644 Binary files a/monkestation/icons/mob/clothing/hardsuit/hardsuit_body.dmi and b/monkestation/icons/mob/clothing/hardsuit/hardsuit_body.dmi differ diff --git a/monkestation/icons/mob/clothing/hardsuit/hardsuit_helm.dmi b/monkestation/icons/mob/clothing/hardsuit/hardsuit_helm.dmi index 764e2f33ad05..06b8ee2be81e 100644 Binary files a/monkestation/icons/mob/clothing/hardsuit/hardsuit_helm.dmi and b/monkestation/icons/mob/clothing/hardsuit/hardsuit_helm.dmi differ diff --git a/monkestation/icons/obj/clothing/hardsuits/helmet.dmi b/monkestation/icons/obj/clothing/hardsuits/helmet.dmi index 7f75e6a16b68..5132e21fb006 100644 Binary files a/monkestation/icons/obj/clothing/hardsuits/helmet.dmi and b/monkestation/icons/obj/clothing/hardsuits/helmet.dmi differ diff --git a/monkestation/icons/obj/clothing/hardsuits/suit.dmi b/monkestation/icons/obj/clothing/hardsuits/suit.dmi index b9ea3780b498..c86f9072c170 100644 Binary files a/monkestation/icons/obj/clothing/hardsuits/suit.dmi and b/monkestation/icons/obj/clothing/hardsuits/suit.dmi differ