mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-30 23:26:57 +01:00
various fixes, improvements, etc (#4649)
Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
co-authored by
VM_USER <VM_USER>
parent
8a8e664e9d
commit
de4f5eb944
@@ -127,9 +127,9 @@ SUBSYSTEM_DEF(air)
|
||||
return
|
||||
else
|
||||
continue
|
||||
T.turf_flags &= ~TURF_ZONE_REBUILD_QUEUED
|
||||
T.update_air_properties()
|
||||
T.post_update_air_properties()
|
||||
T.turf_flags &= ~TURF_ZONE_REBUILD_QUEUED
|
||||
#ifdef ZAS_DEBUG_GRAPHICS
|
||||
T.overlays -= mark
|
||||
#endif
|
||||
@@ -144,9 +144,9 @@ SUBSYSTEM_DEF(air)
|
||||
while(selfblock_deferred.len)
|
||||
var/turf/T = selfblock_deferred[selfblock_deferred.len]
|
||||
selfblock_deferred.len--
|
||||
T.turf_flags &= ~TURF_ZONE_REBUILD_QUEUED
|
||||
T.update_air_properties()
|
||||
T.post_update_air_properties()
|
||||
T.turf_flags &= ~TURF_ZONE_REBUILD_QUEUED
|
||||
#ifdef ZAS_DEBUG_GRAPHICS
|
||||
T.overlays -= mark
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user