mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-21 04:48:36 +01:00
it compiles, that's better than it not compiling, right?
This commit is contained in:
@@ -43,7 +43,7 @@ Note: Must be placed within 3 tiles of the R&D Console
|
||||
loaded_item = O
|
||||
to_chat(user, "<span class='notice'>You add the [O.name] to the [src.name]!</span>")
|
||||
flick("d_analyzer_la", src)
|
||||
addtimer(CALLBACK(src, .proc/finish_loading), 10)
|
||||
addtimer(CALLBACK(src,PROC_REF(finish_loading)), 10)
|
||||
if (linked_console)
|
||||
linked_console.updateUsrDialog()
|
||||
|
||||
@@ -74,7 +74,7 @@ Note: Must be placed within 3 tiles of the R&D Console
|
||||
if(!innermode)
|
||||
flick("d_analyzer_process", src)
|
||||
busy = TRUE
|
||||
addtimer(CALLBACK(src, .proc/reset_busy), 24)
|
||||
addtimer(CALLBACK(src,PROC_REF(reset_busy)), 24)
|
||||
use_power(250)
|
||||
if(thing == loaded_item)
|
||||
loaded_item = null
|
||||
|
||||
Reference in New Issue
Block a user