From 782af771684f613e20111bd498ccd1b885978551 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 22 Mar 2007 14:57:55 +0000 Subject: - Twilight Pharmacy's cast time is no longer reducable by dex. - All weapon enchant levels now last 3 minutes. - Corrected Ankle Snare/Spider Web having a 1% chance to trap rather than 100% - Food boosts are now dispelled on death only. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10050 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index 076b8c573..e2452ad93 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6035,17 +6035,6 @@ int status_change_clear(struct block_list *bl,int type) case SC_READYTURN: case SC_DODGE: case SC_JAILED: - case SC_STRFOOD: - case SC_AGIFOOD: - case SC_VITFOOD: - case SC_INTFOOD: - case SC_DEXFOOD: - case SC_LUKFOOD: - case SC_HITFOOD: - case SC_FLEEFOOD: - case SC_BATKFOOD: - case SC_WATKFOOD: - case SC_MATKFOOD: continue; } status_change_end(bl, i, -1); @@ -7021,6 +7010,17 @@ int status_change_clear_buffs (struct block_list *bl, int type) case SC_CP_SHIELD: case SC_CP_ARMOR: case SC_CP_HELM: + case SC_STRFOOD: + case SC_AGIFOOD: + case SC_VITFOOD: + case SC_INTFOOD: + case SC_DEXFOOD: + case SC_LUKFOOD: + case SC_HITFOOD: + case SC_FLEEFOOD: + case SC_BATKFOOD: + case SC_WATKFOOD: + case SC_MATKFOOD: continue; //Debuffs that can be removed. -- cgit v1.2.3-70-g09d2