Merge branch 'master' into upstream-merge-11928

This commit is contained in:
Nadyr
2021-12-05 12:50:21 -05:00
committed by GitHub
52 changed files with 911 additions and 167 deletions

View File

@@ -36,10 +36,6 @@ SUBSYSTEM_DEF(persistence)
if(!A || (A.flags & AREA_FLAG_IS_NOT_PERSISTENT))
return
// if((!T.z in GLOB.using_map.station_levels) || !initialized)
if(!(T.z in using_map.station_levels))
return
if(!(T.z in using_map.persist_levels))
return