mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 08:27:13 +01:00
Implemented SI prefixes (KILO, MEGA, GIGA, TERA etc.) (#18874)
Implemented SI prefixes (KILO, MEGA, GIGA, TERA etc.)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user