mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Fixed copy paste issue
This commit is contained in:
@@ -86,7 +86,7 @@ class LootPool(Choice):
|
|||||||
Vanilla: Drops are the same as the base game
|
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.
|
Randomized: Each slot of every enemy's drop table is given a random use item or piece of equipment.
|
||||||
Empty: Enemies drop nothing."""
|
Empty: Enemies drop nothing."""
|
||||||
display_name = "Shop Inventory"
|
display_name = "Loot Pool"
|
||||||
option_vanilla = 0
|
option_vanilla = 0
|
||||||
option_randomized = 1
|
option_randomized = 1
|
||||||
option_empty = 2
|
option_empty = 2
|
||||||
|
Reference in New Issue
Block a user