mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-20 01:36:32 +01:00
jfc
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/obj/item/modular_computer/process()
|
||||
/obj/item/modular_computer/process(delta_time)
|
||||
if(!enabled) // The computer is turned off
|
||||
last_power_usage = 0
|
||||
return 0
|
||||
@@ -266,4 +266,4 @@
|
||||
if(autorun.stored_data == program)
|
||||
autorun.stored_data = null
|
||||
else
|
||||
autorun.stored_data = program
|
||||
autorun.stored_data = program
|
||||
|
||||
Reference in New Issue
Block a user