Browse Source

bug linux

old
Kalyax 2 years ago
parent
commit
41642871b2
  1. 2
      game/personnage.py

2
game/personnage.py

@ -83,7 +83,7 @@ class Personnage:
class Item():
def __init__(self, material, stats: int | StatsSet, meta=None):
def __init__(self, material, stats, meta=None):
self.material = material
self.meta = material.value if meta == None else meta
self.stats = stats

Loading…
Cancel
Save