mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 16:39:02 -06:00
Marathon ST multiplier nerf again
This commit is contained in:
parent
719ca51857
commit
8f70ba187c
@ -164,7 +164,9 @@ function MarathonSTGame:updateSectionTimes(old_level, new_level)
|
|||||||
) then
|
) then
|
||||||
self.section_boosts = self.section_boosts + 1
|
self.section_boosts = self.section_boosts + 1
|
||||||
table.insert(self.section_boost_status, true)
|
table.insert(self.section_boost_status, true)
|
||||||
self.grade_point_multiplier = self.grade_point_multiplier + 15
|
self.grade_point_multiplier = self.grade_point_multiplier + (
|
||||||
|
self.section_boosts == 9 and 12 or 11
|
||||||
|
)
|
||||||
self.boost_message_time = 180
|
self.boost_message_time = 180
|
||||||
else
|
else
|
||||||
table.insert(self.section_boost_status, false)
|
table.insert(self.section_boost_status, false)
|
||||||
|
Loading…
Reference in New Issue
Block a user