From a0eb9095c25591758ece37f741d9936ae7c1df5d Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 1 Aug 2006 18:37:16 +0000 Subject: - Made Deluge/volcano/v. gale be castable on top of each other again - Modified unit_walktoxy and NPC_RUN to enable running even when the caster does not has the MD_CANMOVE bit on. - PF_MINDBREAKER will now silently fail if you try to use it on someone who already has the status active. - Cleaned up yet again skill_landprotector, now new cells of Deluge/Volcano/V.Gale will delete previous cells when they are recasted on top of each other. - Summoned Marine Spheres no longer get the MD_CANMOVE bit. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8039 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/mob.c') diff --git a/src/map/mob.c b/src/map/mob.c index 6e167b3cc..b4bd0750c 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -1670,8 +1670,8 @@ void mob_damage(struct mob_data *md, struct block_list *src, int damage) } } - if(md->special_state.ai==2 && md->master_id == src->id) - { + if(md->special_state.ai==2/* && md->master_id == src->id*/) + { //LOne WOlf explained that ANYONE can trigger the marine countdown skill. [Skotlex] md->state.alchemist = 1; mobskill_use(md, gettick(), MSC_ALCHEMIST); } -- cgit v1.2.3-60-g2f50