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

This commit is contained in:
Wildkins
2022-12-09 12:35:33 +01:00
committed by GitHub
parent d3f8f12fea
commit 2fcfa8adb7
158 changed files with 4068 additions and 3263 deletions
+2 -2
View File
@@ -32,7 +32,7 @@
icon_state = "morgue0"
else
icon_state = "morgue1"
var/list/searching = GetAllContents(searchDepth = 3, checkClient = 0) // Search inside bodybags as well.
var/list/searching = get_all_contents_of_type(/mob/living) // Search inside bodybags as well.
for(var/mob/living/M in searching)
if(iscarbon(M))
var/mob/living/carbon/C = M
@@ -252,7 +252,7 @@
update_icon()
var/desperation = 0
var/list/searching = GetAllContents(searchDepth = 3, checkClient = 0)
var/list/searching = get_all_contents_of_type(/mob/living)
for(var/mob/living/M in searching)
admin_attack_log(A, M, "Began cremating their victim.", "Has begun being cremated.", "began cremating")
if(iscarbon(M))