1
0

add items also on the telegram bot

This commit is contained in:
andrea
2025-11-15 18:40:34 +01:00
parent 445c51eec7
commit d40c7addfb
5 changed files with 18 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ class BrSimItem(_resource.BrSimResource):
# this decision would change everything from Arena init
def __init__(self, item_id):
super().__init__()
self.item= _isyms.ITEMS[item_id]
def is_item(self):