Skip to content

Commit

Permalink
Chore: show the respawn time reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
Mees committed Oct 23, 2024
1 parent 2582fc9 commit fdc1561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Training/TrainingMining.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
<strong>Level {{ milestone.level }}</strong>:
Collect x{{ milestone.collectionMultiplierBonus + 1 }}
{{ milestone.timeReductionBonus > 0 ? `and reduce time by ${milestone.timeReductionBonus}s` : '' }}
{{ milestone.respawnReductionBonus > 0 ? `and reduce respawn time by ${milestone.respawnReductionBonus}s` : '' }}
</div>
<div class="flex-shrink-0 ml-2">
<span
Expand Down

0 comments on commit fdc1561

Please sign in to comment.