@@ -57,10 +57,7 @@ class Game:
self.first, self.second = self.second, self.first
# Player Ability Handling
if isinstance(self.first, Player.Keieit):
self.first.guard -= 1
if isinstance(self.first, Player.Rabbit):
self.first.boost -= 1
self.end()
def end(self):
The note is not visible to the blocked user.