mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
no more petrification on Round Table
This commit is contained in:
parent
f635c27e07
commit
39e131d985
2
game.cpp
2
game.cpp
@ -1451,6 +1451,8 @@ bool petrify(cell *c, eWall walltype, eMonster m) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(c->wall == waRoundTable) return false;
|
||||||
|
|
||||||
if(walltype == waGargoyle && cellUnstableOrChasm(c))
|
if(walltype == waGargoyle && cellUnstableOrChasm(c))
|
||||||
walltype = waGargoyleFloor;
|
walltype = waGargoyleFloor;
|
||||||
else if(walltype == waGargoyle && isWatery(c))
|
else if(walltype == waGargoyle && isWatery(c))
|
||||||
|
Loading…
Reference in New Issue
Block a user