修复混战模式极限难度没有20G
This commit is contained in:
@@ -350,7 +350,7 @@ function royaleLevelup()
|
|||||||
for _,P in next,PLAYERS.alive do
|
for _,P in next,PLAYERS.alive do
|
||||||
P.gameEnv.drop=spd
|
P.gameEnv.drop=spd
|
||||||
end
|
end
|
||||||
if GAME.curMode.name:find("ultimate")then
|
if GAME.curMode.name:find("_u")then
|
||||||
for i=1,#PLAYERS.alive do
|
for i=1,#PLAYERS.alive do
|
||||||
local P=PLAYERS.alive[i]
|
local P=PLAYERS.alive[i]
|
||||||
P.gameEnv.drop=int(P.gameEnv.drop*.3)
|
P.gameEnv.drop=int(P.gameEnv.drop*.3)
|
||||||
|
|||||||
Reference in New Issue
Block a user