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:
Matt Atlas
2023-01-23 21:21:37 +01:00
committed by GitHub
co-authored by Matt Atlas
parent 1d359b64e3
commit dd482c63af
326 changed files with 672 additions and 833 deletions
+2 -2
View File
@@ -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]")
+1 -1
View File
@@ -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)))