Skip to content

Commit

Permalink
fix: 重型流星锤1级 降级会变成2级,且金币增加
Browse files Browse the repository at this point in the history
  • Loading branch information
Littlefean committed May 2, 2024
1 parent cbef2ee commit ff222cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion towers/towerFinally.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ class TowerFinally {
b.itemSpeed = 20;
b.additionItem = b.initAdditionItem()
b.levelUpArr = [TowerFinally.Hammer_Power_2];
b.levelDownGetter = TowerFinally.Hammer_Power_2;
b.levelDownGetter = TowerFinally.Hammer;
b.imgIndex = 6;
b.price = 400;
b.comment = "转的更慢了,但是大铁球变得更大了,转的慢了之后,对敌人的伤害也更高了,因为触碰一下就会伤害怪物,增加了铁球和敌人的触碰时间";
Expand Down

0 comments on commit ff222cd

Please sign in to comment.