Skip to content

Commit

Permalink
Merge pull request #359 from MilkForever/hardsuits-and-modsuits
Browse files Browse the repository at this point in the history
Makes engineering hardsuits obtainable, reverts new hardsuit sprites
  • Loading branch information
dwasint authored Sep 18, 2023
2 parents a5eff92 + 520b0da commit 2df71c2
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion _maps/map_files/tramstation/tramstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -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" = (
Expand Down
3 changes: 2 additions & 1 deletion code/game/machinery/suit_storage_unit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified monkestation/icons/mob/clothing/hardsuit/hardsuit_body.dmi
Binary file not shown.
Binary file modified monkestation/icons/mob/clothing/hardsuit/hardsuit_helm.dmi
Binary file not shown.
Binary file modified monkestation/icons/obj/clothing/hardsuits/helmet.dmi
Binary file not shown.
Binary file modified monkestation/icons/obj/clothing/hardsuits/suit.dmi
Binary file not shown.

0 comments on commit 2df71c2

Please sign in to comment.