mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-22 22:35:12 +00:00
removed ignore walls bonus (sorry clément :( )
This commit is contained in:
@@ -23,11 +23,6 @@ namespace BBM
|
||||
playerBonus.nextSpeedBonusRate = playerBonus.speedBonusRate;
|
||||
controllable.speed = 0.25f;
|
||||
}
|
||||
playerBonus.nextIgnoreWallsBonusRate -= dtime;
|
||||
if (playerBonus.nextIgnoreWallsBonusRate <= 0ns) {
|
||||
playerBonus.nextIgnoreWallsBonusRate = playerBonus.ignoreWallsBonusRate;
|
||||
//holder.ignoreWalls = false;
|
||||
}
|
||||
playerBonus.nextDamageBonusRate -= dtime;
|
||||
if (playerBonus.nextDamageBonusRate <= 0ns) {
|
||||
playerBonus.nextDamageBonusRate = playerBonus.damageBonusRate;
|
||||
|
||||
Reference in New Issue
Block a user