回合制改为7块一回合和两条命

This commit is contained in:
MrZ626
2021-08-23 04:08:41 +08:00
parent 9b28cdbcd2
commit 43ab4e1e42
6 changed files with 47 additions and 30 deletions

View File

@@ -289,6 +289,18 @@ do
if RANKS.tsd_u then RANKS.tsd_u=0 end
needSave=true
end
if STAT.version==1601 then
RANKS.round_e=nil
RANKS.round_n=nil
RANKS.round_h=nil
RANKS.round_l=nil
RANKS.round_u=nil
fs.remove('record/round_e.rec')
fs.remove('record/round_n.rec')
fs.remove('record/round_h.rec')
fs.remove('record/round_l.rec')
fs.remove('record/round_u.rec')
end
if RANKS.stack_20l then
RANKS.stack_20l=nil
RANKS.stack_40l=nil