Commit dd42c06e129670e232ca5e64cc7a8e5743aa300a
Merge branch 'develop' into tr/cb
* develop: 冒险bug
Showing
2 changed files
with
2 additions
and
3 deletions
Show diff stats
src/adv/AdvBattle.lua
src/adv/AdvMap.lua
... | ... | @@ -523,7 +523,7 @@ createMap = function(self, mapId, isEnter, isNewRelay) |
523 | 523 | --开放出口 |
524 | 524 | randomFunc[AdvEventType.Diner] = function() |
525 | 525 | -- if not self.adv.isRelay or isEnter or isNewRelay then return false end |
526 | - if not self.adv.isRelay or isEnter then return false end | |
526 | + -- if not self.adv.isRelay or isEnter then return false end | |
527 | 527 | end |
528 | 528 | |
529 | 529 | --boss |
... | ... | @@ -567,7 +567,7 @@ createMap = function(self, mapId, isEnter, isNewRelay) |
567 | 567 | end |
568 | 568 | --建筑 |
569 | 569 | randomFunc[AdvEventType.Build] = function() |
570 | - if self.adv.isRelay and isEnter then return false end | |
570 | + -- if self.adv.isRelay and isEnter then return false end | |
571 | 571 | return randomCommon() |
572 | 572 | end |
573 | 573 | --陷阱 | ... | ... |