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-13 00:22:14 +02:00
committed by GitHub
parent 610d3daa44
commit 5888de6ea0
26 changed files with 102 additions and 40 deletions
@@ -9,7 +9,7 @@
origin_tech = list(TECH_POWER = 2, TECH_DATA = 3)
var/obj/item/aicard/stored_card
var/power_usage_idle = 100
var/power_usage_occupied = 2 KILOWATTS
var/power_usage_occupied = 2 KILO WATTS
/obj/item/computer_hardware/ai_slot/proc/update_power_usage()
if(!stored_card?.carded_ai)