This commit is contained in:
parent
7126d7cdaa
commit
12955a7a5f
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ void CPlayerStateSoakUp::enter(CPlayerModeBase *_playerMode)
|
|||
---------------------------------------------------------------------- */
|
||||
void CPlayerStateSoakUp::think(CPlayerModeBase *_playerMode)
|
||||
{
|
||||
if(!_playerMode->getIsHelmetFullSoICanStopSoakingUp())
|
||||
if(!_playerMode->getIsHelmetSoFullThatIDontNeedToSoakUp())
|
||||
{
|
||||
if(m_breatheDelayFrames==0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue