summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-10-22 21:15:41 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-10-22 21:15:41 +0200
commit3a79ff0eae322e69efc11e1a5f60c911308eea7e (patch)
tree0a1684cd1f4cd3ae1d4e5263192943161b37ca99 /scripts
parent22afb99c7977176474f81546bca6b114b05e818f (diff)
downloadmanaserv-3a79ff0eae322e69efc11e1a5f60c911308eea7e.tar.gz
manaserv-3a79ff0eae322e69efc11e1a5f60c911308eea7e.tar.xz
manaserv-3a79ff0eae322e69efc11e1a5f60c911308eea7e.zip
Officially added the being gender to the protocol.
Reviewed-by: o11c.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lua/libmana-constants.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lua/libmana-constants.lua b/scripts/lua/libmana-constants.lua
index 912216c..08d26c5 100644
--- a/scripts/lua/libmana-constants.lua
+++ b/scripts/lua/libmana-constants.lua
@@ -39,6 +39,7 @@ DIRECTION_RIGHT = 8;
GENDER_MALE = 0;
GENDER_FEMALE = 1;
+GENDER_UNSPECIFIED = 2;
DAMAGE_PHYSICAL = 0;
DAMAGE_MAGICAL = 1;