Exemple #1
0
 def __init__(self, proto):
     Subject.__init__(self, proto)
     self.m_exhausted = False
Exemple #2
0
 def __init__ (self, proto):
     Subject.__init__ (self, proto)
     self.m_exhausted = False
Exemple #3
0
 def __init__(self, proto):
     ObjectWithLocation.__init__(self, None)
     Subject.__init__(self, proto)
     self.m_combat_check = None
Exemple #4
0
 def __init__ (self, proto):
     ObjectWithLocation.__init__ (self, None)
     Subject.__init__ (self, proto)
     self.m_combat_check = None