Final linting
This commit is contained in:
parent
cbe3e226b4
commit
ac4a73b2cb
|
@ -474,6 +474,7 @@ class RingXP(Ring):
|
|||
super().__init__(name=name, price=price, experience=experience,
|
||||
*args, **kwargs)
|
||||
|
||||
|
||||
class ScrollofDamage(Item):
|
||||
"""
|
||||
A scroll that, when used, deals damage to all entities in a certain radius.
|
||||
|
|
Loading…
Reference in New Issue