1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

one_and_half flag

This commit is contained in:
Zeno Rogue
2018-05-01 19:34:57 +02:00
parent 8f6ad87280
commit 47f0cc968f
2 changed files with 6 additions and 5 deletions

View File

@@ -2520,6 +2520,7 @@ namespace lv {
static const flagtype appears_in_full = 4;
static const flagtype appears_in_ptm = 8;
static const flagtype display_in_help = 16;
static const flagtype one_and_half = 32;
};
struct land_validity_t {