summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-11 20:58:45 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-11 20:58:45 +0000
commitc2b7dcd9bc11cd6d68e535202281121dbed4966d (patch)
tree0c7e934b0b5531e4a86e83f131e5db73ab047403 /src/map/status.c
parenta3cd04965d83f00ee9ca0020f60bea1f5c83ac6b (diff)
downloadhercules-c2b7dcd9bc11cd6d68e535202281121dbed4966d.tar.gz
hercules-c2b7dcd9bc11cd6d68e535202281121dbed4966d.tar.bz2
hercules-c2b7dcd9bc11cd6d68e535202281121dbed4966d.tar.xz
hercules-c2b7dcd9bc11cd6d68e535202281121dbed4966d.zip
- NPC_POWERUP and NPC_AGIUP now cause a increase in hit/flee (respectively) of 40% per level.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6558 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 0fb0ba64b..db6adb7b5 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -206,6 +206,8 @@ void initChangeTables(void) {
set_sc(NPC_STOP, SC_STOP, SI_BLANK);
set_sc(NPC_BREAKWEAPON, SC_BROKENWEAPON, SI_BROKENWEAPON);
set_sc(NPC_BREAKARMOR, SC_BROKENARMOR, SI_BROKENARMOR);
+ set_sc(NPC_POWERUP, SC_INCHITRATE, SI_BLANK);
+ set_sc(NPC_AGIUP, SC_INCFLEERATE, SI_BLANK);
set_sc(NPC_INVISIBLE, SC_CLOAKING, SI_CLOAKING);
set_sc(LK_AURABLADE, SC_AURABLADE, SI_AURABLADE);
set_sc(LK_PARRYING, SC_PARRYING, SI_PARRYING);