From 4e8837d4e53d72bb83eea25285403dabcc129442 Mon Sep 17 00:00:00 2001 From: csnv Date: Sat, 3 Jan 2015 20:32:08 +0100 Subject: Increased minimum combo time to that of amotion. --- src/map/skill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/skill.c b/src/map/skill.c index 34689bd9d..ac208a204 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -2394,7 +2394,7 @@ int skill_attack(int attack_type, struct block_list* src, struct block_list *dsr break; } //Switch End if (combo) { //Possible to chain - if ( (combo = DIFF_TICK32(sd->ud.canact_tick, tick)) < 50 ) combo = 50;/* less is a waste. */ + combo = max(status_get_amotion(src), DIFF_TICK32(sd->ud.canact_tick, tick)); sc_start2(NULL,src,SC_COMBOATTACK,100,skill_id,bl->id,combo); clif->combo_delay(src, combo); } -- cgit v1.2.3-60-g2f50