mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user