Skip to content

Commit

Permalink
Cleans up some dust
Browse files Browse the repository at this point in the history
  • Loading branch information
Exo-212 committed Jan 24, 2025
1 parent 958e0cc commit c80b1dd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion code/controllers/subsystem/research.dm
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ SUBSYSTEM_DEF(research)
new /datum/techweb/science
new /datum/techweb/admin
new /datum/techweb/oldstation
new /datum/techweb/round_start
autosort_categories()
error_design = new
error_node = new
Expand Down
2 changes: 1 addition & 1 deletion code/modules/research/techweb/nodes/research_nodes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
announce_channels = list(RADIO_CHANNEL_SCIENCE)

/datum/techweb_node/anomaly_research
starting_node = TRUE //DOPPLER EDIT ADDITION
starting_node = TRUE //DOPPLER EDIT ADDITION
id = TECHWEB_NODE_ANOMALY_RESEARCH
display_name = "Anomaly Research"
description = "Delving into the study of mysterious anomalies to investigate methods to refine and harness their unpredictable energies."
Expand Down
1 change: 0 additions & 1 deletion tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -7273,7 +7273,6 @@
#include "modular_doppler\research\designs\hud_designs.dm"
#include "modular_doppler\research\designs\limbgrower_designs.dm"
#include "modular_doppler\research\techweb\all_nodes.dm"
#include "modular_doppler\research\techweb\techweb_bypass.dm"
#include "modular_doppler\ships_r_us\code\buyable_shuttle_template.dm"
#include "modular_doppler\ships_r_us\code\micro_reactor.dm"
#include "modular_doppler\ships_r_us\code\order_console.dm"
Expand Down

0 comments on commit c80b1dd

Please sign in to comment.