Commit 19b44745e6600a6e18bf4f9dae875400aaca00f2
1 parent
22ef22a5
被动触发
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/adv/AdvMap.lua
... | ... | @@ -256,7 +256,7 @@ function Map:openBlock(roomId, blockId, isPlayer, ignoreBack) |
256 | 256 | |
257 | 257 | if status then |
258 | 258 | if isPlayer then |
259 | - self.adv.battle.player:triggerPassive(Passive.OPEN_BLOCK) | |
259 | + self.adv.battle:triggerPassive(Passive.OPEN_BLOCK) | |
260 | 260 | self.adv.owner:checkTaskEnter("AdvOpenBlock") |
261 | 261 | |
262 | 262 | -- 潜行检查 | ... | ... |