Implemented SI prefixes (KILO, MEGA, GIGA, TERA etc.) (#18874)

Implemented SI prefixes (KILO, MEGA, GIGA, TERA etc.)
This commit is contained in:
Fluffy
2024-04-12 22:22:14 +00:00
committed by GitHub
parent 610d3daa44
commit 5888de6ea0
26 changed files with 102 additions and 40 deletions
@@ -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()