summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-30 18:56:33 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-30 18:56:33 +0000
commit1dc97e8a346414a600bedc25969d5ae21c28f401 (patch)
treed3143bd27af5046d7de7ddb96ebc47939b55f7b8 /src/map/status.c
parent0cc1e7bfbd0d93024a12ee6f5d2aaf8f95b408d1 (diff)
downloadhercules-1dc97e8a346414a600bedc25969d5ae21c28f401.tar.gz
hercules-1dc97e8a346414a600bedc25969d5ae21c28f401.tar.bz2
hercules-1dc97e8a346414a600bedc25969d5ae21c28f401.tar.xz
hercules-1dc97e8a346414a600bedc25969d5ae21c28f401.zip
- Added bNoMiscDamage setting so you can specify misc-damage blocking from skills. Modified battle_calc_damage so that even Pressure and similar skills will be affected by this setting.
- Removed SC_LANDPROTECTOR as it wasn't being used by anything. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7982 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 5d5c0c6a4..b5298b92e 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -246,7 +246,6 @@ void initChangeTables(void) {
set_sc(SA_VOLCANO, SC_VOLCANO, SI_BLANK, SCB_WATK);
set_sc(SA_DELUGE, SC_DELUGE, SI_BLANK, SCB_MAXHP);
set_sc(SA_VIOLENTGALE, SC_VIOLENTGALE, SI_BLANK, SCB_FLEE);
- add_sc(SA_LANDPROTECTOR, SC_LANDPROTECTOR);
add_sc(SA_REVERSEORCISH, SC_ORCISH);
add_sc(SA_COMA, SC_COMA);
set_sc(BD_ENCORE, SC_DANCING, SI_BLANK, SCB_SPEED);