Skip to content

Commit

Permalink
TGS Test Merge (#6089)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue authored and Blue committed Oct 19, 2023
2 parents 404672a + 18d1dad commit f165a50
Show file tree
Hide file tree
Showing 4 changed files with 375 additions and 222 deletions.
8 changes: 8 additions & 0 deletions code/modules/power/smes/smes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,14 @@ GLOBAL_LIST_EMPTY(smeses)
input_level = 100
output_level = 200

/obj/machinery/power/smes/buildable/tcomms
name = "telecomms smes"
desc = "A high-capacity superconducting magnetic energy storage (SMES) unit. This is the one dedicated to telecommunications."
charge = KWH_TO_KWM(SMES_COIL_STORAGE_BASIC * 1 * 0.25)
input_level = 100
output_level = 200
RCon_tag = "Telecomms"

#define SMES_UI_INPUT 1
#define SMES_UI_OUTPUT 2

Expand Down
Loading

0 comments on commit f165a50

Please sign in to comment.