Skip to content

Commit

Permalink
recharger
Browse files Browse the repository at this point in the history
  • Loading branch information
generalthrax committed Sep 23, 2024
1 parent 88a64b8 commit ea41cd3
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 ea41cd3

Please sign in to comment.