diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-14 18:15:24 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-14 18:15:24 +0000 |
commit | 8ff9db48cd5f38b532232b30c5ead723d09259cd (patch) | |
tree | dbf9c2230a7f5cef26959d36eec20f400e95b338 /Changelog-Trunk.txt | |
parent | 85fa4fdffd67908a487b957bc10aaecb4cf7ed7a (diff) | |
download | hercules-8ff9db48cd5f38b532232b30c5ead723d09259cd.tar.gz hercules-8ff9db48cd5f38b532232b30c5ead723d09259cd.tar.bz2 hercules-8ff9db48cd5f38b532232b30c5ead723d09259cd.tar.xz hercules-8ff9db48cd5f38b532232b30c5ead723d09259cd.zip |
- Added function skill_strip to handle stripping code. The RG strip skills and GS_DISARM use it now.
- Modified the strip-related status changes so they handle removing the equipped item instead of leaving it up to the skill-code. They return 0 when nothing could be stripped.
- Cleaned some the MD_DETECTOR code.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9499 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 48cfa6733..ce92beb63 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,9 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2006/12/14 + * Cleaned up the strip code (GS_DISARM, rogue skills). + * Cleaned some the MD_DETECTOR code. 2006/12/13 * Additional damage bonuses (True Sight, EDP, Assassin Link, Crusader Link, Card skill damage bonuses) are now applied independently of each other, |