2 lines
78 B
Plaintext
2 lines
78 B
Plaintext
current_spell = spells[spells.keys()[(int(current_spell) + 1) % len(spells)]]
|
current_spell = spells[spells.keys()[(int(current_spell) + 1) % len(spells)]]
|