mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Machinery: Always use update_use_power()
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/obj/machinery/embedded_controller
|
||||
name = "Embedded Controller"
|
||||
anchored = 1
|
||||
use_power = 1
|
||||
use_power = USE_POWER_IDLE
|
||||
idle_power_usage = 10
|
||||
var/datum/computer/file/embedded_program/program //the currently executing program
|
||||
var/on = 1
|
||||
|
||||
Reference in New Issue
Block a user