mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
add sleeping for ZAS connection edges
Edges will sleep and fully balance if compare() passes. also some small small xgm tweaks. Signed-off-by: Mloc-Argent <colmohici@gmail.com>
This commit is contained in:
@@ -138,6 +138,10 @@ Class Procs:
|
||||
graphic_add.len = 0
|
||||
graphic_remove.len = 0
|
||||
|
||||
for(var/connection_edge/E in edges)
|
||||
if(E.sleeping)
|
||||
E.recheck()
|
||||
|
||||
/zone/proc/dbg_data(mob/M)
|
||||
M << name
|
||||
for(var/g in air.gas)
|
||||
|
||||
Reference in New Issue
Block a user