Not making an issue for this: Print empty line before casting spells to make it look a bit clearer
This commit is contained in:
parent
e76d315832
commit
5735ab4cde
1
entry.py
1
entry.py
@ -44,6 +44,7 @@ try:
|
|||||||
player1.cast_spell(player2)
|
player1.cast_spell(player2)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
print()
|
||||||
fastest_caster, slowest_caster = round_get_player_spells_speed(player1, player2)
|
fastest_caster, slowest_caster = round_get_player_spells_speed(player1, player2)
|
||||||
round_cast_spells(fastest_caster, slowest_caster)
|
round_cast_spells(fastest_caster, slowest_caster)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user