mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 06:50:27 +00:00
Thumpers activated by Bulls are no longer permanent
This commit is contained in:
parent
5fed2d84ee
commit
53ecff6c00
1
game.cpp
1
game.cpp
@ -4209,6 +4209,7 @@ void beastAttack(cell *c, bool player) {
|
|||||||
if(c2->wall == waThumperOff) {
|
if(c2->wall == waThumperOff) {
|
||||||
playSound(c2, "click");
|
playSound(c2, "click");
|
||||||
c2->wall = waThumperOn;
|
c2->wall = waThumperOn;
|
||||||
|
c2->wparam = 100;
|
||||||
}
|
}
|
||||||
if(c2->wall == waExplosiveBarrel) {
|
if(c2->wall == waExplosiveBarrel) {
|
||||||
playSound(c2, "click");
|
playSound(c2, "click");
|
||||||
|
Loading…
Reference in New Issue
Block a user