mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 02:37:55 +00:00
Ivy to Vine no longer overwrites Round Table
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user