Marathon ST multiplier nerf again

pull/4/head
Ishaan Bhardwaj 2021-02-16 21:42:06 -05:00
parent 719ca51857
commit 8f70ba187c
1 changed files with 3 additions and 1 deletions

View File

@ -164,7 +164,9 @@ function MarathonSTGame:updateSectionTimes(old_level, new_level)
) then
self.section_boosts = self.section_boosts + 1
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
else
table.insert(self.section_boost_status, false)