Implement secondary skills in star tower too

This commit is contained in:
Melledy
2025-12-04 19:32:23 -08:00
parent c19aa5d0a1
commit 3710f0a697
9 changed files with 207 additions and 133 deletions

View File

@@ -30,7 +30,7 @@ public class HandlerStarTowerApplyReq extends NetHandler {
// Create response
var rsp = StarTowerApplyResp.newInstance()
.setLastId(req.getId())
.setCoinQty(game.getResCount(GameConstants.STAR_TOWER_COIN_ITEM_ID))
.setCoinQty(game.getResCount(GameConstants.TOWER_COIN_ITEM_ID))
.setInfo(game.toProto())
.setChange(change.toProto());