Merge branch 'EvenmoreDoc' into 'moredocs'

# Conflicts:
#   docs/entities/items.rst
This commit is contained in:
2021-01-10 18:49:25 +01:00
23 changed files with 486 additions and 301 deletions

View File

@ -498,7 +498,7 @@ class ScrollofDamage(Item):
class ScrollofWeakening(Item):
"""
A scroll that, when used, reduces the damage of the ennemies for 3 turn.
A scroll that, when used, reduces the damage of the ennemies for 3 turns.
"""
def __init__(self, name: str = "scroll_of_weakening", price: int = 13,
*args, **kwargs):
@ -613,7 +613,7 @@ class FireBallStaff(LongRangeWeapon):
@property
def stat(self) -> str:
"""
Here it is dexterity
Here it is intelligence
"""
return "intelligence"