Core: move multiple Item properties into a single Flag (#638)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
from BaseClasses import Item
|
||||
|
||||
|
||||
class SM64Item(Item):
|
||||
game: str = "Super Mario 64"
|
||||
|
||||
|
||||
generic_item_table = {
|
||||
"Power Star": 3626000,
|
||||
"Basement Key": 3626178,
|
||||
|
||||
Reference in New Issue
Block a user