Skip to content

Commit

Permalink
fixes the mining drill (implant) addition removing all the other opti…
Browse files Browse the repository at this point in the history
…ons in the adv_mining techtree addon (#4644)

Update medical_nodes.dm
  • Loading branch information
RatFromTheJungle authored and StealsThePRs committed Dec 1, 2024
1 parent ea522d9 commit ca09471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modular_nova/modules/implants/code/medical_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_1_POINTS)

/datum/techweb_node/mining_adv/New() //Here for the integrated drill augments.
design_ids = list(
"ci-drill-diamond"
design_ids += list(
"ci-drill-diamond",
)
return ..()

0 comments on commit ca09471

Please sign in to comment.