more map effects for the new stuff

This commit is contained in:
Zeno Rogue
2020-03-07 04:47:10 +01:00
parent 395d56f581
commit eb15070ac4
5 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -603,7 +603,7 @@ EX void moverefresh(bool turn IS(true)) {
addMessage(XLAT("%The1 drowns!", c->monst));
if(isBull(c->monst)) {
addMessage(XLAT("%The1 is filled!", c->wall));
c->wall = waNone;
c->wall = waShallow;
}
fallMonster(c, AF_FALL);
}