mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
fix bodyscanner (#16735)
* fix bodyscanner * improve performance on that * . * fix those * Update ghostnet.dm
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
majorChunkChange(A, 0)
|
||||
|
||||
/datum/visualnet/ghost/majorChunkChange(area/A, var/choice)
|
||||
if(choice == 2)
|
||||
return
|
||||
for(var/entry in chunks)
|
||||
var/datum/chunk/ghost/gchunk = chunks[entry]
|
||||
for(var/turf/T in gchunk.turfs)
|
||||
|
||||
Reference in New Issue
Block a user