diff --git a/src/adv/Adv.lua b/src/adv/Adv.lua index d567555..b59bf33 100644 --- a/src/adv/Adv.lua +++ b/src/adv/Adv.lua @@ -1217,7 +1217,7 @@ local function chooseCommon(self, room, block, chooseData, choose, tag) target:addBuff(effect[2]) end end, - [13] = function() + [13] = function() -- 显示地图 self:getCurMap():showMap() self:backMapShow() end, diff --git a/src/adv/AdvMap.lua b/src/adv/AdvMap.lua index 0ce063c..b4038d4 100644 --- a/src/adv/AdvMap.lua +++ b/src/adv/AdvMap.lua @@ -349,7 +349,8 @@ createMap = function(self, mapId, isEnter, isNewRelay) --开放出口 randomFunc[AdvEventType.Diner] = function() - if not self.adv.isRelay or isEnter or isNewRelay then return false end + -- if not self.adv.isRelay or isEnter or isNewRelay then return false end + if not self.adv.isRelay or isEnter then return false end end --boss @@ -388,7 +389,8 @@ createMap = function(self, mapId, isEnter, isNewRelay) randomFunc[AdvEventType.Drop] = randomCommon --交易所 randomFunc[AdvEventType.Trader] = function() - if self.adv.isRelay and isNewRelay then return false end + -- if self.adv.isRelay and isNewRelay then return false end + if self.adv.isRelay then return false end return randomCommon() end --建筑 -- libgit2 0.21.2