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