diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-07 20:23:52 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-07 20:23:52 +0000 |
commit | 0224ba74aa451f4103974ea860815683f70c4ef7 (patch) | |
tree | 4a3acaa349df1378a0ac41f8f5210de9821d1af9 /Changelog-Trunk.txt | |
parent | 485a54dba08b7899002f3c9321f49af722a6a0d2 (diff) | |
download | hercules-0224ba74aa451f4103974ea860815683f70c4ef7.tar.gz hercules-0224ba74aa451f4103974ea860815683f70c4ef7.tar.bz2 hercules-0224ba74aa451f4103974ea860815683f70c4ef7.tar.xz hercules-0224ba74aa451f4103974ea860815683f70c4ef7.zip |
- Moved the devotion damage reduction to the block that only executes if flag is zero in battle_damage.
- skill_castcancel won't trigger on battle_damage when the passed flag is 1
- The flag in battle_heal is now used to determine whether Berserk blocks the healing or not.
- Moved the Fusion HP penalty to battle_calc_weapon_attack
- Some cleaning to use battle_heal/damage rather than pc_heal/damage where appropiate.
- cleaned up the deadly-poison hp reduction code.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5949 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 9e4a14950..5fea3d58d 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,10 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/04/07
+ * Moved the Fusion HP penalty to battle_calc_weapon_attack [Skotlex]
+ * Some cleaning to use battle_heal/damage rather than pc_heal/damage where
+ appropiate. [Skotlex]
+ * Cleaned up the deadly-poison hp reduction code. [Skotlex]
* IRC User access levels now refresh on a mode set and join/part. [Zido]
* Added missing creation/destruction of the expcache_ers in guild.c
[Skotlex]
|