fix merciful mines
This commit is contained in:
@@ -457,7 +457,7 @@ void LifeMeterBar::ChangeLifeMine()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if( PREFSMAN->m_bMercifulMines )
|
if( PREFSMAN->m_bMercifulMines )
|
||||||
m_fLifePercentage *= m_fLifePercentage;
|
fDeltaLife *= SCALE( m_fLifePercentage, 0.f, 1.f, 0.5f, 1.f);
|
||||||
|
|
||||||
ChangeLife( fDeltaLife );
|
ChangeLife( fDeltaLife );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user