implemented great-wall-like walls for all H2 tessellations

This commit is contained in:
Zeno Rogue
2021-07-31 15:14:31 +02:00
parent a55111c226
commit a2211590b3
3 changed files with 170 additions and 36 deletions
+1
View File
@@ -1061,6 +1061,7 @@ static inline bool orbProtection(eItem it) { return false; } // not implemented
const eLand NOWALLSEP = laNone;
const eLand NOWALLSEP_SWAP = laMountain;
const eLand NOWALLSEP_WALL = laHauntedWall;
const eLand NOWALLSEP_USED = laWhirlpool;
#endif