军团活动:粮草先行,已到达终点队伍不显示
This commit is contained in:
@@ -214,7 +214,9 @@ export class WoodenHorse {
|
||||
case RACE_EVENT.JIANSU_1:
|
||||
this.speed *= Math.pow(1 - effect[0] / 100, count); break;
|
||||
case RACE_EVENT.JIANSU_2:
|
||||
this.speed -= effect[0]; break;
|
||||
this.speed -= effect[0];
|
||||
if(this.speed < 0) this.speed = 0;
|
||||
break;
|
||||
case RACE_EVENT.SHANGHAI_1:
|
||||
this.durability -= effect[0];
|
||||
if(this.durability > 100) this.durability = 100;
|
||||
|
||||
Reference in New Issue
Block a user