In fact lets use the constants instead of bare numbers for use_power everywhere.

This commit is contained in:
Leshana
2020-03-21 16:23:24 -04:00
parent c2d16acdca
commit 938384cb1b
140 changed files with 175 additions and 175 deletions
@@ -2,7 +2,7 @@
/obj/machinery/ntnet_relay
name = "NTNet Quantum Relay"
desc = "A very complex router and transmitter capable of connecting electronic devices together. Looks fragile."
use_power = 2
use_power = USE_POWER_ACTIVE
active_power_usage = 20000 //20kW, apropriate for machine that keeps massive cross-Zlevel wireless network operational.
idle_power_usage = 100
icon_state = "bus"