Galactic Limit Final Hold Free Today
def is_on_cooldown(self): # Check if cooldown period has ended return time.time() < self.cooldown_end_time
def is_on_cooldown(self): # Check if cooldown period has ended return time.time() < self.cooldown_end_time