From 7bf03ed1039703fa0ede1a825bf42f00de06eeac Mon Sep 17 00:00:00 2001 From: ultramage Date: Tue, 3 Jul 2007 16:32:42 +0000 Subject: Made Homunculus Resurrection only fail on cast-end (see topic:155223) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10845 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index 95c64e89c..1a500786d 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -8449,13 +8449,6 @@ int skill_check_condition (struct map_session_data *sd, int skill, int lv, int t return 0; } break; - case AM_RESURRECTHOMUN: // Can't resurrect homun if you don't have a dead homun - if (!sd->status.hom_id || !sd->hd || sd->hd->homunculus.hp) - { - clif_skill_fail(sd,skill,0,0); - return 0; - } - break; } if(!(type&2)){ -- cgit v1.2.3-60-g2f50