mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-06 01:04:07 +00:00
fixed pushing thumpers on chasms
This commit is contained in:
parent
9d511e5526
commit
dfa345632a
2
game.cpp
2
game.cpp
@ -6262,7 +6262,7 @@ void pushThumper(cell *th, cell *cto) {
|
|||||||
addMessage(XLAT("%The1 falls!", waThumperOn));
|
addMessage(XLAT("%The1 falls!", waThumperOn));
|
||||||
doesFallSound(cto);
|
doesFallSound(cto);
|
||||||
}
|
}
|
||||||
else if(cellUnstable(cto)) {
|
else if(cellUnstableOrChasm(cto)) {
|
||||||
addMessage(XLAT("%The1 fills the hole!", waThumperOn));
|
addMessage(XLAT("%The1 fills the hole!", waThumperOn));
|
||||||
cto->wall = waTempFloor;
|
cto->wall = waTempFloor;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user