We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d976464 commit 68a6350Copy full SHA for 68a6350
assets/game/mechanicLib/brik/chargeLimit.lua
@@ -164,7 +164,7 @@ do -- spin
164
165
local pieceDev_init=20
166
local pieceDev_max=26
167
- local pieceDev_cost_discount=3
+ local pieceDev_cost_tax=7
168
local pieceDev_cost=5
169
local pieceDev_punish=10
170
local columnDev_init=20
@@ -297,8 +297,8 @@ do -- spin
297
local id=colorToID[C.color]
298
if id then
299
devices[id].pow=devices[id].pow-(
300
- P.hand and P.hand.shape==colorToID[C.color] and C.did<P.stat.piece and
301
- pieceDev_cost_discount or pieceDev_cost
+ P.hand and P.hand.shape~=colorToID[C.color] and
+ pieceDev_cost_tax or pieceDev_cost
302
)
303
end
304
0 commit comments