| | |
| | | return
|
| | |
|
| | | #################绝版降临##############################
|
| | | def AddFCCostGold(curPlayer, costType, costGold):
|
| | | def AddFCCostGold(curPlayer, costGold):
|
| | | ##充值X元
|
| | | if costGold <= 0:
|
| | | return
|
| | | if costType in ChConfig.CostRebate_DisableType:
|
| | | #GameWorld.DebugLog("不计入绝版降临消费的消费类型!costType=%s" % costType, curPlayer.GetPlayerID())
|
| | | return
|
| | | # if costType in ChConfig.CostRebate_DisableType:
|
| | | # #GameWorld.DebugLog("不计入绝版降临消费的消费类型!costType=%s" % costType, curPlayer.GetPlayerID())
|
| | | # return
|
| | | if not __IsAtFCAction():
|
| | | return
|
| | | curCostGold = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_NewFCCostGold)
|