1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 17:27:57 +00:00

Mutant Ivy regrow

This commit is contained in:
Zeno Rogue
2019-12-26 09:57:09 +01:00
parent b53b98f0d5
commit 9fe2622043
2 changed files with 12 additions and 1 deletions

View File

@@ -348,6 +348,7 @@ EX void bfs() {
if(c2->land == laWhirlwind) havewhat |= HF_WHIRLWIND;
if(c2->land == laWestWall) havewhat |= HF_WESTWALL;
if(c2->land == laPrairie) havewhat |= HF_RIVER;
if(c2->land == laClearing) havewhat |= HF_MUTANT;
if(c2->wall == waRose) havewhat |= HF_ROSE;