mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-01 17:55:48 +00:00
Add permanent bonuses except for wallpass
This commit is contained in:
@@ -29,7 +29,6 @@ namespace BBM {
|
||||
if (!bombHolder || !playerBonus)
|
||||
return;
|
||||
bombHolder->explosionRadius++;
|
||||
std::cout << "BombRadius : " << bombHolder->explosionRadius << std::endl;
|
||||
}
|
||||
|
||||
void Bonus::SpeedUpBonus(WAL::Entity &player, const WAL::Entity &bonus, CollisionComponent::CollidedAxis axis)
|
||||
|
||||
Reference in New Issue
Block a user