From d2dad92cd1c4f7cb560c5920421760be901cc9f7 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 2 Aug 2006 21:00:45 +0000 Subject: - Fixed failing to create Deadly Poison Bottles damaging 50% of your max life instead of 25% - Added the missing status-change flags to SC_FREEZE to signal it should modify def and magic def git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8070 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index ad0efe30c..098101f65 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -10575,8 +10575,8 @@ int skill_produce_mix (struct map_session_data *sd, int skill_id, int nameid, in clif_misceffect(&sd->bl,2); } else { switch (skill_id) { - case ASC_CDP: //50% Damage yourself, and display same effect as failed potion. - status_percent_damage(NULL, &sd->bl, -50, 0); + case ASC_CDP: //25% Damage yourself, and display same effect as failed potion. + status_percent_damage(NULL, &sd->bl, -25, 0); case AM_PHARMACY: case AM_TWILIGHT1: case AM_TWILIGHT2: -- cgit v1.2.3-60-g2f50