ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_Zhanchui.py
@@ -16,6 +16,7 @@
#-------------------------------------------------------------------------------
import GameWorld
import PlayerGubao
import ItemControler
import PlayerBeauty
import FBCommon
@@ -58,6 +59,7 @@
    
    PlayerTask.UpdTaskValue(curPlayer, ChConfig.TaskType_FBZhanchui)
    #PlayerSuccess.DoAddSuccessProgress(curPlayer, ShareDefine.SuccType_OSAFBZhanchui, 1)
    __onFBAward(curPlayer)
    return
    
def OnPlayerFBSweepAsk(curPlayer, mapID, lineID, sweepCnt, dataEx):
@@ -90,4 +92,10 @@
    FBCommon.NotifyFBOver(curPlayer, mapID, lineID, isPass, overDict)
    
    PlayerSuccess.DoAddSuccessProgress(curPlayer, ShareDefine.SuccType_OSAFBZhanchui, 1)
    __onFBAward(curPlayer)
    return True
def __onFBAward(curPlayer):
    ## 过关、扫荡都算
    PlayerGubao.AddGubaoSpecEffLayer(curPlayer, PlayerGubao.GubaoEffType_Zhanchui, 1)
    return