1
0

Not making an issue for this: Print empty line before casting spells to make it look a bit clearer

This commit is contained in:
Kwarde 2024-01-19 07:43:26 +01:00
parent e76d315832
commit 5735ab4cde

View File

@ -44,6 +44,7 @@ try:
player1.cast_spell(player2)
continue
print()
fastest_caster, slowest_caster = round_get_player_spells_speed(player1, player2)
round_cast_spells(fastest_caster, slowest_caster)