mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-2025-11-12
This commit is contained in:
@@ -295,10 +295,10 @@
|
||||
|
||||
for(var/x = x1; x <= x2; x += CHUNK_SIZE)
|
||||
for(var/y = y1; y <= y2; y += CHUNK_SIZE)
|
||||
var/datum/camerachunk/chunk = GLOB.cameranet.getCameraChunk(x, y, epicenter.z)
|
||||
var/datum/camerachunk/chunk = SScameras.generate_chunk(x, y, epicenter.z)
|
||||
// removing cameras in build mode didnt affect it and i guess it needs an AI eye to update so we have to do this manually
|
||||
// unless we only want to see static in a jank manner only if an eye updates it
|
||||
chunk?.update() // UPDATE THE FUCK NOW
|
||||
chunk?.force_update(only_if_necessary = FALSE) // UPDATE THE FUCK NOW
|
||||
. |= chunk
|
||||
|
||||
/obj/item/multitool/ai_detect/proc/cleanup_static()
|
||||
|
||||
Reference in New Issue
Block a user