军团活动:结算逻辑修改

This commit is contained in:
luying
2021-10-09 13:16:35 +08:00
parent 04060acd79
commit fe4a34a67e
13 changed files with 1379 additions and 30 deletions

View File

@@ -77,6 +77,7 @@ export class WoodenHorse {
if(this.distance >= GUILDACTIVITY.RACEACTIVITY_LENGTH) {
this.distance = GUILDACTIVITY.RACEACTIVITY_LENGTH;
this.status = RACE_ACTIVITY_STATUS.END;
this.speed = 0;
return true;
}