mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +00: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:
@@ -306,7 +306,7 @@ won't update every console in existence) but it's more of a hassle to do. Also,
|
||||
to_chat(usr, "<span class='notice'>You must connect to the network first.</span>")
|
||||
else
|
||||
griefProtection() //Putting this here because I dont trust the sync process
|
||||
addtimer(CALLBACK(src, .proc/SyncTechs), 30)
|
||||
addtimer(CALLBACK(src, PROC_REF(SyncTechs)), 30)
|
||||
|
||||
else if(href_list["togglesync"]) //Prevents the console from being synced by other consoles. Can still send data.
|
||||
sync = !sync
|
||||
|
||||
@@ -56,10 +56,10 @@
|
||||
|
||||
if(success == 2)
|
||||
playsound(loc, 'sound/machines/weapons_analyzer_finish.ogg', 75, 1)
|
||||
addtimer(CALLBACK(src, .proc/reset), 32)
|
||||
addtimer(CALLBACK(src, PROC_REF(reset)), 32)
|
||||
else
|
||||
playsound(loc, 'sound/machines/weapons_analyzer.ogg', 75, 1)
|
||||
addtimer(CALLBACK(src, .proc/reset), 15)
|
||||
addtimer(CALLBACK(src, PROC_REF(reset)), 15)
|
||||
process = TRUE
|
||||
update_icon()
|
||||
else if(I)
|
||||
|
||||
Reference in New Issue
Block a user