X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=templates%2Fdungeon.h.tpl;fp=templates%2Fdungeon.h.tpl;h=8c07ed523f9315063591dcdedd66e7b1d4dcd520;hp=4dde750a319d0be6f755fa3f4ef320e046886994;hb=9af3ab4ecddbd6dd0347a4adc54a98b5153a9fb6;hpb=017162da6eff656d1b77ba849fcbc8efe3667daf diff --git a/templates/dungeon.h.tpl b/templates/dungeon.h.tpl index 4dde750..8c07ed5 100644 --- a/templates/dungeon.h.tpl +++ b/templates/dungeon.h.tpl @@ -12,7 +12,7 @@ #define COND_FLUID 2 /* Liquid asset, see bit 1 */ #define COND_NOARRR 3 /* Pirate doesn't go here unless following */ #define COND_NOBACK 4 /* Cannot use "back" to move away */ -#define COND_ABOVE 5 +#define COND_ABOVE 5 /* Aboveground, but not in forest */ #define COND_DEEP 6 /* Deep - e.g where dwarves are active */ #define COND_FOREST 7 /* In the forest */ #define COND_FORCED 8 /* Only one way in or out of here */ @@ -162,4 +162,4 @@ enum action_refs {{ {state_definitions} -#endif /* end DUNGEON_H */ \ No newline at end of file +#endif /* end DUNGEON_H */