Skip to content

Commit

Permalink
Merge pull request #36323 from FuelType-Memes/master
Browse files Browse the repository at this point in the history
Remove the speed debuff when the temp is low
  • Loading branch information
ZhilkinSerg authored Dec 22, 2019
2 parents 4b92e43 + e280611 commit 3f62f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/character.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3858,6 +3858,7 @@ void Character::update_bodytemp()
}
if( temp_cur[bp] <= BODYTEMP_HOT ) {
remove_effect( effect_hot, bp );
remove_effect( effect_hot_speed, bp );
}
}
// FROSTBITE - only occurs to hands, feet, face
Expand Down

0 comments on commit 3f62f8f

Please sign in to comment.