def __init__(self, turns, turnToAttack, message, weatherType):
     """ Builds a Weather Charge Delegate """
     self.weatherType = weatherType
     ChargeDelegate.__init__(self, turns, turnToAttack, message)
 def __init__(self, turns, turnToAttack, message, weatherType):
     """ Builds a Weather Charge Delegate """
     self.weatherType = weatherType
     ChargeDelegate.__init__(self, turns, turnToAttack, message)