diff --git a/game.cpp b/game.cpp index 9eb07edc..100f7db5 100644 --- a/game.cpp +++ b/game.cpp @@ -6691,7 +6691,7 @@ namespace orbbull { static constexpr bool randterra = false; void terracotta(cell *c) { - if(c->wall == waTerraWarrior) { + if(c->wall == waTerraWarrior && !c->monst) { bool live = false; if(randterra) { c->landparam++;