forked from Cryz/battle_royale_sim
add items also on the telegram bot
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user