From 5bb26508208f2c1054fdbbcdf4d26646498daabd Mon Sep 17 00:00:00 2001 From: Jesse Ruderman Date: Sat, 10 Jul 2021 19:11:18 -0700 Subject: [PATCH] Ivy to Vine no longer overwrites Round Table --- monstermove.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/monstermove.cpp b/monstermove.cpp index 7cb0702d..5b7edd96 100644 --- a/monstermove.cpp +++ b/monstermove.cpp @@ -978,7 +978,8 @@ EX void removeIvy(cell *c) { // note that semi-vines don't count if(c->move(i)->wall == waVinePlant) { destroyHalfvine(c); - c->wall = waVinePlant; + if (!do_not_touch_this_wall(c)) + c->wall = waVinePlant; } if(c->wall != waVinePlant) { if(m == moIvyDead)