mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Update the codebase to 515. (#15553)
* Update the codebase to 515. * edit that * WHOOPS * maor * maybe works * libcall and shit * do that too * remove that * auxtools isnt updated so get rid of it * actually remove auxtools lol Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -248,7 +248,7 @@
|
||||
return
|
||||
if(W.isFlameSource() && istype(welder))
|
||||
to_chat(user, SPAN_NOTICE("You light \the [src] and begin the distillation process."))
|
||||
addtimer(CALLBACK(src, .proc/distill), 60 SECONDS)
|
||||
addtimer(CALLBACK(src, PROC_REF(distill)), 60 SECONDS)
|
||||
src.icon_state = "distillery-active"
|
||||
return
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user