Skip to content

Commit

Permalink
Exosuit Recharger Equipment in Cargo (#3420)
Browse files Browse the repository at this point in the history
## About The Pull Request

Adds the exosuit recharger machine and computer boards to cargo

## Why It's Good For The Game

You can't get them outside of ruins or RND and they're Way Cooler than
cell-swapping

## Changelog

:cl:
add: Exosuit Recharger machines are now available from cargo
/:cl:
  • Loading branch information
generalthrax authored Sep 25, 2024
1 parent 9aab7f2 commit 4009cd5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions code/modules/cargo/packs/mechs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,15 @@ Mech Equipment
/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster
)

/datum/supply_pack/mech/equipment/recharger
name = "Exosuit Recharger kit"
desc = "Two boards for an exosuit recharger and recharger console. For the stylish exosuit bay."
cost = 400
contains = list(
/obj/item/circuitboard/computer/mech_bay_power_console,
/obj/item/circuitboard/machine/mech_recharger
)

/*
weapons
*/
Expand Down

0 comments on commit 4009cd5

Please sign in to comment.