调整堆积模式:

评判标准改为洞数
使用blockrain背景
检测到0.16.0版本会自动清除该模式记录
This commit is contained in:
MrZ626
2021-08-14 14:28:19 +08:00
parent fbc1c6b60a
commit f53a37c496
4 changed files with 78 additions and 36 deletions

View File

@@ -292,6 +292,14 @@ do
if RANKS.tsd_u then RANKS.tsd_u=0 end
needSave=true
end
if STAT.version==1600 then
RANKS.stack_20l=nil
RANKS.stack_40l=nil
RANKS.stack_100l=nil
fs.remove('record/stack_20l.rec')
fs.remove('record/stack_40l.rec')
fs.remove('record/stack_100l.rec')
end
if STAT.version~=VERSION.code then
STAT.version=VERSION.code
needSave=true