Skip to content

Commit

Permalink
Remove the speed debuff when the temp is low
Browse files Browse the repository at this point in the history
  • Loading branch information
FuelType-Memes authored Dec 21, 2019
1 parent e04ddf1 commit e280611
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 @@ -3808,6 +3808,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 e280611

Please sign in to comment.