Archived
Closes legonzaur/heron-realms-front#54
This commit is contained in:
+2
-2
@@ -318,7 +318,7 @@ class Turn(Serializable):
|
|||||||
continue
|
continue
|
||||||
if not c.guard and self.check_for_guard(p.team):
|
if not c.guard and self.check_for_guard(p.team):
|
||||||
print("You cannot stun this champion if a guard is present")
|
print("You cannot stun this champion if a guard is present")
|
||||||
return
|
return False
|
||||||
|
|
||||||
await self.player.stun(str(c.uuid))
|
await self.player.stun(str(c.uuid))
|
||||||
await self.player.game.notify_controller(
|
await self.player.game.notify_controller(
|
||||||
@@ -327,7 +327,7 @@ class Turn(Serializable):
|
|||||||
await self.player.game.notify_controller(
|
await self.player.game.notify_controller(
|
||||||
MessageType.UPDATE, p.turn.serialize()
|
MessageType.UPDATE, p.turn.serialize()
|
||||||
)
|
)
|
||||||
return
|
return True
|
||||||
|
|
||||||
print("card not found")
|
print("card not found")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user