Skip to content

Commit

Permalink
Merge pull request #5241 from ARF-SS13/fenbranch
Browse files Browse the repository at this point in the history
Removes teleporter module from mechs
  • Loading branch information
Tk420634 authored Jun 7, 2024
2 parents f4ce161 + bfd4053 commit 3ef0357
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions code/modules/research/designs/mecha_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@
construction_time = 100
category = list("Exosuit Equipment")

/*
/datum/design/mech_teleporter
name = "Exosuit Module (Teleporter Module)"
desc = "An exosuit module that allows exosuits to teleport to any position in view."
Expand All @@ -358,6 +359,7 @@
materials = list(/datum/material/iron=10000,/datum/material/diamond=10000)
construction_time = 100
category = list("Exosuit Equipment")
*/

/datum/design/mech_rcd
name = "Exosuit Module (RCD Module)"
Expand Down
5 changes: 3 additions & 2 deletions code/modules/research/techweb/nodes/mecha_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -224,15 +224,16 @@
prereq_ids = list("adv_weaponry")
design_ids = list("clusterbang_launcher", "clusterbang_launcher_ammo")
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
*/
/datum/techweb_node/mech_teleporter
id = "mech_teleporter"
display_name = "Exosuit Module (Teleporter Module)"
description = "An advanced piece of mech Equipment"
prereq_ids = list("adv_bluespace")
design_ids = list("mech_teleporter")
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
/*
/datum/techweb_node/mech_wormhole_gen
id = "mech_wormhole_gen"
display_name = "Exosuit Module (Localized Wormhole Generator)"
Expand Down

0 comments on commit 3ef0357

Please sign in to comment.