Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Balance bonuses by diminishing returns after a while #155

Merged
merged 3 commits into from
Dec 24, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove superfluous check
This is already checked inside the function.
  • Loading branch information
TomyLobo committed Dec 18, 2019
commit dca4906dcdaf7de2dd5dec021fff29b75313b8c8
3 changes: 1 addition & 2 deletions mp/src/game/server/sdk/sdk_player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1875,8 +1875,7 @@ void CSDKPlayer::Event_Killed( const CTakeDamageInfo &info )
CreateRagdollEntity();

// Turn off slow motion.
if (m_flSlowMoTime)
DeactivateSlowMo();
DeactivateSlowMo();

State_Transition( STATE_DEATH_ANIM ); // Transition into the dying state.

Expand Down