Added dance to doc.

This commit is contained in:
eichhornchen
2021-01-10 18:44:17 +01:00
parent 258bd0d816
commit c9994423cb
2 changed files with 13 additions and 2 deletions

View File

@ -66,7 +66,7 @@ class Player(InventoryHolder, FightingEntity):
def dance(self) -> None:
"""
Dancing has a certain probability or making ennemies unable
to fight for 2 turns. That probability depends on the player's
to fight for 3 turns. That probability depends on the player's
charisma.
"""
diceroll = randint(1, 10)