In general, I didn’t understand a bit how to make sure that he chose a random slot in which he hit, sorry for a rather stupid question, new to this, here’s the code:
text += ( "☠ После долгой схватки, " + users[0]["first_name"] + " " + users[0]["last_name"] + " и " + (player1.weapon.name.lower() if player1.weapon else " никчемный меч ") + " дoбивают пeрcонaжа " + users[1]["first_name"] + " " + users[1]["last_name"] + " ударом в " + (player2.helm.name.lower() if player2.helm else (player2.tors.name.lower() if player2.tors else "никчемный нагрудник")) )