Commit 72d4fe84d56b1d0ebd2f7dff3df0aec0f3217876
1 parent
1556be8b
翻开格子 加1sp
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/adv/AdvMap.lua
... | ... | @@ -258,7 +258,7 @@ function Map:openBlock(roomId, blockId, isPlayer, ignoreBack) |
258 | 258 | if isPlayer then |
259 | 259 | self.adv.battle:triggerPassive(Passive.OPEN_BLOCK, {roomId = roomId, blockId = blockId}) |
260 | 260 | self.adv.owner:checkTaskEnter("AdvOpenBlock") |
261 | - | |
261 | + self.adv.battle.player:changeSp(1) -- 翻开格子 sp 加1 | |
262 | 262 | -- 潜行检查 |
263 | 263 | local sneakBuff = self.adv.battle.player:hadBuff(Buff.SNEAK) |
264 | 264 | if sneakBuff then | ... | ... |