From cd6a53f9c55548cfd77038882e96cffa1865fb29 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 22 Aug 2007 22:49:54 +0000 Subject: - Fixed Dragon Fear's status change selection and duration. - Fixed Metamorphosis not displaying a speed-change update on the client. - Status changes that were blocked by element are no longer blocked, instead, now no-damage skills are blocked if they have an element which is absorbed by the target (This is the behaviour that Tharis believes is correct). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11067 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index a08595952..f940e8add 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -4608,20 +4608,6 @@ int status_change_start(struct block_list *bl,int type,int rate,int val1,int val if (sc->opt1) return 0; //Cannot override other opt1 status changes. [Skotlex] break; - case SC_CURSE: - //Dark Elementals are inmune to curse. - if (status->def_ele == ELE_DARK && !(flag&1)) - return 0; - break; - case SC_CHANGEUNDEAD: //Undead/Dark are inmune to it. - if ((status->def_ele == ELE_DARK || undead_flag) && !(flag&1)) - return 0; - break; - case SC_COMA: - //Dark elementals and Demons are inmune to coma. - if((status->def_ele == ELE_DARK || status->race == RC_DEMON) && !(flag&1)) - return 0; - break; case SC_SIGNUMCRUCIS: //Only affects demons and undead. if(status->race != RC_DEMON && !undead_flag) -- cgit v1.2.3-70-g09d2