From ca007b70cfd7bdd3d9b1a6ba18a8e70da4194f1f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 17 Oct 2017 20:36:11 +0200 Subject: [PATCH] Ghost over Terracotta --- game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++;