mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Implemented SI prefixes (KILO, MEGA, GIGA, TERA etc.) (#18874)
Implemented SI prefixes (KILO, MEGA, GIGA, TERA etc.)
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
layer = ABOVE_HUMAN_LAYER
|
||||
|
||||
use_power = POWER_USE_OFF //Start off.
|
||||
idle_power_usage = 100 KILOWATTS
|
||||
active_power_usage = 20 MEGAWATTS
|
||||
idle_power_usage = 100 KILO WATTS
|
||||
active_power_usage = 20 MEGA WATTS
|
||||
var/obj/machinery/power/smes/buildable/smes
|
||||
|
||||
/obj/machinery/ship_weapon/leviathan/Destroy()
|
||||
|
||||
Reference in New Issue
Block a user