1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-18 06:35:12 +00:00

crossbow:: graves and Round Table are non-blocking, thruVine is blocking

This commit is contained in:
Zeno Rogue
2023-10-28 23:33:38 +02:00
parent b3b1611f33
commit a163c80ba1
5 changed files with 9 additions and 7 deletions

View File

@@ -600,6 +600,7 @@ static constexpr flagtype WF_TIMEOUT = Flag(18);
static constexpr flagtype WF_CISLAND = Flag(19);
static constexpr flagtype WF_SULPHURIC = Flag(20);
static constexpr flagtype WF_HALFVINE = Flag(21);
static constexpr flagtype WF_NONBLOCK = Flag(22);
struct walltype {
char glyph;