Ports /tg/ spatial grid system, refactors telecomms, destroys lag (#15140)

This commit is contained in:
Wildkins
2022-12-09 06:35:33 -05:00
committed by GitHub
parent d3f8f12fea
commit 2fcfa8adb7
158 changed files with 4068 additions and 3263 deletions

View File

@@ -40,7 +40,7 @@
/* -- Execute the compiled code -- */
proc/Run(var/datum/signal/signal)
proc/Run(var/datum/signal/subspace/vocal/signal)
if(!ready)
return
@@ -107,7 +107,7 @@
@param job: The name of the job.
@param language: The language used for the broadcast
*/
interpreter.SetProc("broadcast", "tcombroadcast", signal, list("message", "freq", "source", "job", "language"))
interpreter.SetProc("broadcast", "broadcast", signal, list("message", "freq", "source", "job", "language"))
/*
-> Store a value permanently to the server machine (not the actual game hosting machine, the ingame machine)
@@ -235,7 +235,3 @@ datum/signal
else
S.memory[address] = value