def onPlayerSlaveTrade(self, argsList):
		iPlayer, iGold = argsList
		
		if iPlayer == iCongo:
			vic.onPlayerSlaveTrade(iPlayer, iGold)
예제 #2
0
    def onPlayerSlaveTrade(self, argsList):
        iPlayer, iGold = argsList

        if iPlayer == iCongo:
            vic.onPlayerSlaveTrade(iPlayer, iGold)
    def onPlayerSlaveTrade(self, argsList):
        iPlayer, iSlaves, iGold = argsList

        if iPlayer in [iCongo, iChad]:
            vic.onPlayerSlaveTrade(iPlayer, iSlaves, iGold)