1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00

Update map_gen/maps/diggy/feature/experience.lua

Co-Authored-By: SimonFlapse <44922798+SimonFlapse@users.noreply.github.com>
This commit is contained in:
Matthew 2019-02-21 22:42:35 +01:00 committed by GitHub
parent 1ff4cec8db
commit 944aaa15c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,7 @@ function Experience.update_health_bonus(force, level_up)
end
-- remove the current buff
local old_modifier = (force.character_health_bonus == 0) and 0 or force.character_health_bonus - health_bonus.active_modifier
local old_modifier = force.character_health_bonus - health_bonus.active_modifier
old_modifier = old_modifier >= 0 and old_modifier or 0
-- update the active modifier
health_bonus.active_modifier = health_bonus.research_modifier + health_bonus.level_modifier