mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +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:
@@ -117,8 +117,8 @@
|
||||
bst.add_language(LANGUAGE_CHANGELING)
|
||||
bst.add_language(LANGUAGE_BORER)
|
||||
|
||||
addtimer(CALLBACK(src, .proc/bst_post_spawn, bst), 5)
|
||||
addtimer(CALLBACK(src, .proc/bst_spawn_cooldown), 5 SECONDS)
|
||||
addtimer(CALLBACK(src, PROC_REF(bst_post_spawn), bst), 5)
|
||||
addtimer(CALLBACK(src, PROC_REF(bst_spawn_cooldown)), 5 SECONDS)
|
||||
|
||||
log_debug("Bluespace Tech Spawned: X:[bst.x] Y:[bst.y] Z:[bst.z] User:[src]")
|
||||
|
||||
|
||||
@@ -897,7 +897,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
|
||||
to_chat(usr, SPAN_WARNING("The shuttle round restart timer is already active!"))
|
||||
return
|
||||
feedback_add_details("admin_verb","CSHUT")
|
||||
current_map.shuttle_call_restart_timer = addtimer(CALLBACK(GLOBAL_PROC, .proc/reboot_world), 10 MINUTES, TIMER_UNIQUE|TIMER_STOPPABLE)
|
||||
current_map.shuttle_call_restart_timer = addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(reboot_world)), 10 MINUTES, TIMER_UNIQUE|TIMER_STOPPABLE)
|
||||
log_game("[key_name(usr)] has admin-called the 'shuttle' round restart.")
|
||||
message_admins("[key_name_admin(usr)] has admin-called the 'shuttle' round restart.", 1)
|
||||
to_world(FONT_LARGE(SPAN_VOTE(current_map.shuttle_called_message)))
|
||||
|
||||
Reference in New Issue
Block a user