summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorremoitnane <remoit(DOT)nane(AT)gmail(DOT)com>2010-07-05 01:25:40 -0700
committerJared Adams <jaxad0127@gmail.com>2010-07-06 01:08:12 -0600
commit9e28e286682dc0c958de4db57483483a460e93de (patch)
tree1fbe39dbbe72b1b0a1da745be72e8daa74942486 /src/map/map.h
parent3697be69b0dffc185c9b4cf8221c782f48546771 (diff)
downloadtmwa-9e28e286682dc0c958de4db57483483a460e93de.tar.gz
tmwa-9e28e286682dc0c958de4db57483483a460e93de.tar.bz2
tmwa-9e28e286682dc0c958de4db57483483a460e93de.tar.xz
tmwa-9e28e286682dc0c958de4db57483483a460e93de.zip
Add new map flag and condition for mob skills
Signed-off-by: Jared Adams <jaxad0127@gmail.com>
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index d7c0d44..9934fdf 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -594,6 +594,7 @@ struct map_data
unsigned leaves:1; // [Valaris]
unsigned rain:1; // [Valaris]
unsigned no_player_drops:1; // [Jaxad0127]
+ unsigned town:1; // [remoitnane]
} flag;
struct point save;
struct npc_data *npc[MAX_NPC_PER_MAP];