mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-21 20:27:42 +01:00
Add persistent smartfridges with lossiness
This commit is contained in:
committed by
Darlantan
parent
faad3af89e
commit
9784331cdb
@@ -32,8 +32,7 @@ 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))
|
||||
if(!(T.z in using_map.persist_levels))
|
||||
return
|
||||
|
||||
if(!tracking_values[track_type])
|
||||
|
||||
Reference in New Issue
Block a user