From 1dc97e8a346414a600bedc25969d5ae21c28f401 Mon Sep 17 00:00:00 2001 From: skotlex Date: Sun, 30 Jul 2006 18:56:33 +0000 Subject: - 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 --- src/map/status.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/status.c') 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); -- cgit v1.2.3-70-g09d2