Update merchant prices

This commit is contained in:
Yohann D'ANELLO
2021-01-10 18:09:09 +01:00
parent 568b8f3eba
commit 1795d62294
2 changed files with 14 additions and 6 deletions

View File

@ -521,7 +521,7 @@ class ScrollofWeakening(Item):
self.held_by.inventory.remove(self)
class LongRangeWeapon(Item):
class LongRangeWeapon(Weapon):
def __init__(self, damage: int = 4,
rang: int = 3, *args, **kwargs):
super().__init__(*args, **kwargs)