summaryrefslogtreecommitdiff
path: root/src/map/map.hpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-05-19 18:27:46 -0400
committermekolat <mekolat@users.noreply.github.com>2015-05-19 18:52:48 -0400
commitc6c3671dbe28c596ef06b4670979c5923c8821b6 (patch)
tree7e1964f2afbe41e517d085c4a9cba1330e5a7858 /src/map/map.hpp
parent3474fe93eef3cde085b6a9ee8c7efd4a5e2cddea (diff)
downloadtmwa-c6c3671dbe28c596ef06b4670979c5923c8821b6.tar.gz
tmwa-c6c3671dbe28c596ef06b4670979c5923c8821b6.tar.bz2
tmwa-c6c3671dbe28c596ef06b4670979c5923c8821b6.tar.xz
tmwa-c6c3671dbe28c596ef06b4670979c5923c8821b6.zip
fix mob hp, add mob range, unfuck packets
Diffstat (limited to 'src/map/map.hpp')
-rw-r--r--src/map/map.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp
index b5f8566..aac646b 100644
--- a/src/map/map.hpp
+++ b/src/map/map.hpp
@@ -324,6 +324,7 @@ struct npc_data : block_list
short n;
Species npc_class;
DIR dir;
+ SEX sex;
DamageType sit;
interval_t speed;
NpcName name;