mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-13 17:08:53 +01:00
it compiles, that's better than it not compiling, right?
This commit is contained in:
@@ -579,7 +579,7 @@ The reactor CHEWS through moderator. It does not do this slowly. Be very careful
|
||||
|
||||
/obj/machinery/computer/reactor/Initialize(mapload, obj/item/circuitboard/C)
|
||||
. = ..()
|
||||
addtimer(CALLBACK(src, .proc/link_to_reactor), 10 SECONDS)
|
||||
addtimer(CALLBACK(src,PROC_REF(link_to_reactor)), 10 SECONDS)
|
||||
|
||||
/obj/machinery/computer/reactor/wrench_act(mob/living/user, obj/item/I)
|
||||
to_chat(user, "<span class='notice'>You start [anchored ? "un" : ""]securing [name]...</span>")
|
||||
|
||||
Reference in New Issue
Block a user