Lingo: Removed unnecessary "global" keywords (#4854)

This commit is contained in:
Star Rauchenberger
2025-04-09 19:41:07 -04:00
committed by GitHub
parent 1ee749b352
commit b7263edfd0
3 changed files with 2 additions and 23 deletions

View File

@@ -58,8 +58,6 @@ def get_prog_item_classification(item_name: str):
def load_item_data():
global ALL_ITEM_TABLE, ITEMS_BY_GROUP
for color in ["Black", "Red", "Blue", "Yellow", "Green", "Orange", "Gray", "Brown", "Purple"]:
ALL_ITEM_TABLE[color] = ItemData(get_special_item_id(color), get_prog_item_classification(color),
ItemType.COLOR, False, [])