1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-25 04:14:31 +00:00

improved NOWALLs in other geometries

This commit is contained in:
Zeno Rogue
2021-07-29 22:28:59 +02:00
parent 6e1e4a7db4
commit a55111c226
2 changed files with 97 additions and 93 deletions

View File

@@ -1060,6 +1060,7 @@ EX vector<modelinfo> mdinf = {
static inline bool orbProtection(eItem it) { return false; } // not implemented
const eLand NOWALLSEP = laNone;
const eLand NOWALLSEP_SWAP = laMountain;
const eLand NOWALLSEP_USED = laWhirlpool;
#endif