def __init__(self, room, x, y): BlueBot.__init__(self, room, x, y) self.initial_wait = random.randint(30, 90) self.wait_count = 0
def __init__(self, room, x, y): BlueBot.__init__(self, room, x, y) self.curr_state = STATE.WAIT