mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-24 12:29:02 -06:00
fix duplicate cool at 2000
now you have to survive the roll for gm! terrifying
This commit is contained in:
parent
788aa11470
commit
082697c3cd
@ -283,7 +283,7 @@ function Marathon2020Game:sectionPassed(old_level, new_level)
|
|||||||
)
|
)
|
||||||
else
|
else
|
||||||
return (
|
return (
|
||||||
(new_level < 2001 and math.floor(old_level / 100) < math.floor(new_level / 100)) or
|
(new_level < 2000 and math.floor(old_level / 100) < math.floor(new_level / 100)) or
|
||||||
(new_level >= 2020)
|
(new_level >= 2020)
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user