mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-14 17:37:04 +01:00
it compiles, that's better than it not compiling, right?
This commit is contained in:
@@ -55,7 +55,7 @@ GLOBAL_VAR(posibrain_notify_cooldown)
|
||||
next_ask = world.time + askDelay
|
||||
searching = TRUE
|
||||
update_icon()
|
||||
addtimer(CALLBACK(src, .proc/check_success), askDelay)
|
||||
addtimer(CALLBACK(src,PROC_REF(check_success)), askDelay)
|
||||
|
||||
/obj/item/mmi/posibrain/proc/check_success()
|
||||
searching = FALSE
|
||||
|
||||
Reference in New Issue
Block a user