1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

Thumpers activated by Bulls are no longer permanent

This commit is contained in:
Zeno Rogue 2019-05-15 15:01:47 +02:00
parent 5fed2d84ee
commit 53ecff6c00

View File

@ -4209,6 +4209,7 @@ void beastAttack(cell *c, bool player) {
if(c2->wall == waThumperOff) {
playSound(c2, "click");
c2->wall = waThumperOn;
c2->wparam = 100;
}
if(c2->wall == waExplosiveBarrel) {
playSound(c2, "click");