Remote view fix again (#19488)

* lets get the foundations right

* collapsing

* more cleanup

* coordinator

* more cleanup

* put those in a better place

* awa

* these live in config now

* that too

* cleanup

* changed over

* cleanup

* more cleanup

* oop

* Cleanup

* deargod

* sanity achieved

* cleanup stuff

* cleared duplicated hud code

* documenting

* clarify

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Will
2026-05-27 20:43:47 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 5c25dfe2ab
commit b324bd75cc
16 changed files with 384 additions and 549 deletions
+1 -1
View File
@@ -274,7 +274,7 @@
var/last_transfer_log = 0 // Prevent server message spam!
var/next_transfer_log = 0 // Prevent server message spam!
var/entrance_log_count = 0 // Entrance count before spawm
flags = NOREACT // We dont want bellies to start bubling nonstop due to people mixing when transfering and making different reagents
flags = NOREACT|REMOTEVIEW_ON_ENTER // We dont want bellies to start bubling nonstop due to people mixing when transfering and making different reagents
//For serialization, keep this updated, required for bellies to save correctly.
/obj/belly/vars_to_save()