summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-27 14:42:17 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-27 14:42:17 +0000
commitb3dae1ee6a703c8e42230d12b93929e48b75553f (patch)
tree82582277459e24395365ae5f61f944708cfe85bd /src/map/battle.h
parentf19f87054c9666877ad925f9d95d40ff7dc6c15e (diff)
downloadhercules-b3dae1ee6a703c8e42230d12b93929e48b75553f.tar.gz
hercules-b3dae1ee6a703c8e42230d12b93929e48b75553f.tar.bz2
hercules-b3dae1ee6a703c8e42230d12b93929e48b75553f.tar.xz
hercules-b3dae1ee6a703c8e42230d12b93929e48b75553f.zip
- Added config setting "party_hp_mode" (battle/party.conf) which determines method to use to update party-mate hp bars. Aegis style is to update HP bars whenever HP changes, while eAthena style is to update it together with the map party dots. Defaults to aegis style.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7920 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 6e665f10f..259ae26e1 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -274,6 +274,7 @@ extern struct Battle_Config {
unsigned int vending_max_value;
unsigned short show_steal_in_same_party;
unsigned short party_share_type;
+ unsigned short party_hp_mode;
unsigned short party_show_share_picker;
unsigned short mob_ghostring_fix;
unsigned short attack_attr_none;