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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user