From 27ef6a1440b8803a6204e5bc6b627f403be5717e Mon Sep 17 00:00:00 2001 From: rud0lp20 Date: Sun, 20 May 2012 11:27:50 +0000 Subject: Fixed bugreport:5619 MO_EXTREMITYFIST should now consume all spirit sphere. Fixed bugreport:5632 SR_FALLENEMPIRE should now chain with SR_GATEOFHELL and SR_TIGERCANNON and add bonus damage. Update SR_GATEOFHELL damage formula where sp has now contribution with the damage. Fixed wrong displayed status mdef. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16131 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/unit.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/map/unit.c') diff --git a/src/map/unit.c b/src/map/unit.c index 320a66bf7..b881a3469 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -1196,6 +1196,13 @@ int unit_skilluse_id2(struct block_list *src, int target_id, short skill_num, sh casttime = 0; temp = 1; break; + case SR_GATEOFHELL: + case SR_TIGERCANNON: + if (sc && sc->data[SC_COMBO] && + sc->data[SC_COMBO]->val1 == SR_FALLENEMPIRE) + casttime = 0; + temp = 1; + break; case SA_SPELLBREAKER: temp = 1; break; -- cgit v1.2.3-70-g09d2