Skip to content

Commit

Permalink
[MODULAR] Tweaks Tarkon Smes' (again) (#2806)
Browse files Browse the repository at this point in the history
* yes

* actually lets just turn them off this way, doi.

* doccuments + reasons
  • Loading branch information
Zenitheevee authored and StealsThePRs committed Jun 2, 2024
1 parent 67d580c commit a3399ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modular_nova/modules/tarkon/code/machines/smes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

/obj/machinery/power/smes/tarkon_backup
charge = 50 * STANDARD_CELL_CHARGE
outputting = FALSE //Functional turn off. Backup energy for when people join and need to get the basic APC's charged.
output_attempt = FALSE //Turns it off on the button in UI.
output_level = 100 KILO WATTS
input_level = 90 KILO WATTS

/obj/machinery/power/smes/tarkon_driver
charge = 50 * STANDARD_CELL_CHARGE
inputting = FALSE //Functional turn off. Stops it from becoming the priority draw of the powernet.
input_attempt = FALSE //Turns it off on the button in UI.
input_level = 100 KILO WATTS
output_level = 50 KILO WATTS

0 comments on commit a3399ac

Please sign in to comment.