mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-17 03:28:05 +00:00
improved in/on messages, also for Brownian III
This commit is contained in:
@@ -601,6 +601,7 @@ 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);
|
||||
static constexpr flagtype WF_ON = Flag(23); // just for grammar: 'on' not 'in'
|
||||
|
||||
struct walltype {
|
||||
char glyph;
|
||||
|
||||
Reference in New Issue
Block a user