Fixed copy paste issue

This commit is contained in:
Jarno Westhof 2022-04-24 12:37:08 +02:00 committed by KonoTyran
parent 9ee5fae476
commit b5f58b0a03
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class LootPool(Choice):
Vanilla: Drops are the same as the base game
Randomized: Each slot of every enemy's drop table is given a random use item or piece of equipment.
Empty: Enemies drop nothing."""
display_name = "Shop Inventory"
display_name = "Loot Pool"
option_vanilla = 0
option_randomized = 1
option_empty = 2