We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67c388 commit 78d055aCopy full SHA for 78d055a
src/game/server/tf/entity_healthkit.cpp
@@ -87,7 +87,7 @@ bool CHealthKit::MyTouch( CBasePlayer *pPlayer )
87
}
88
else
89
{
90
- float flHealth = ceil( pPlayer->GetMaxHealth() * PackRatios[GetPowerupSize()] );
+ float flHealth = ceil( pPlayer->GetMaxHealth() * PackRatios[GetPowerupSize()] );
91
92
CALL_ATTRIB_HOOK_FLOAT_ON_OTHER( pPlayer, flHealth, mult_health_frompacks );
93
@@ -298,4 +298,4 @@ bool CHealthAmmoKit::MyTouch( CBasePlayer *pPlayer )
298
299
300
return bAmmoSuccess | bHealthSuccess;
301
-}
+}
0 commit comments