From cd53dcfe431c9c2c7daf13a2bd16cc410816d549 Mon Sep 17 00:00:00 2001 From: alwaysintreble Date: Fri, 8 Oct 2021 05:08:05 -0500 Subject: [PATCH] Fix typo --- worlds/ror2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/ror2/__init__.py b/worlds/ror2/__init__.py index 4aa6f278..329dc4c5 100644 --- a/worlds/ror2/__init__.py +++ b/worlds/ror2/__init__.py @@ -43,7 +43,7 @@ class RiskOfRainWorld(World): "Item Scrap, White": self.world.random.randint(0, 100), "Common Item": self.world.random.randint(0, 100), "Uncommon Item": self.world.random.randint(0, 70), - "Legendary Item": self.world.random.randint(0, 300), + "Legendary Item": self.world.random.randint(0, 30), "Boss Item": self.world.random.randint(0, 20), "Lunar Item": self.world.random.randint(0, 60), "Equipment": self.world.random.randint(0, 40)