summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-27 13:31:29 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-27 13:31:29 +0000
commit78d5126daf93ed401807f79c3f7fab27a06b0e3e (patch)
tree94b182962748e6ed20ea710e99eb5b2cb0382ca0 /src/map/battle.h
parent63b4658868a7fec265ab1c46d86fe72bfa2a3549 (diff)
downloadhercules-78d5126daf93ed401807f79c3f7fab27a06b0e3e.tar.gz
hercules-78d5126daf93ed401807f79c3f7fab27a06b0e3e.tar.bz2
hercules-78d5126daf93ed401807f79c3f7fab27a06b0e3e.tar.xz
hercules-78d5126daf93ed401807f79c3f7fab27a06b0e3e.zip
- Corrected the hit value of the TK kicks (from single hit "6" to multi-hit "8")
- All kicks do 3 hits now. - Added battle config hide_woe_damage which hides damage on woe maps packet-wise. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6311 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 aab83d460..0d78cc460 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -363,6 +363,7 @@ extern struct Battle_Config {
unsigned short idle_no_share;
unsigned short party_even_share_bonus;
unsigned short delay_battle_damage;
+ unsigned short hide_woe_damage;
unsigned short display_version;
unsigned short who_display_aid;