From f7d107fc0c89a4d34f6ae6a4c4b563a14b50c650 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Fri, 2 Sep 2022 03:35:41 +0200 Subject: [PATCH] Subnautica: add some more missed aggressive creatures --- worlds/subnautica/Creatures.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/worlds/subnautica/Creatures.py b/worlds/subnautica/Creatures.py index 687c3732..cb34f261 100644 --- a/worlds/subnautica/Creatures.py +++ b/worlds/subnautica/Creatures.py @@ -55,7 +55,6 @@ all_creatures: Dict[str, int] = { "Sea Emperor Juvenile": 1700, } -# be nice and make these require Stasis Rifle aggressive: Set[str] = { "Cave Crawler", # is very easy without Stasis Rifle, but included for consistency "Crashfish", @@ -75,6 +74,8 @@ aggressive: Set[str] = { "Lava Lizard", "Sea Dragon Leviathan", "River Prowler", + "Ghost Leviathan Juvenile", + "Ghost Leviathan" } containment: Set[str] = { # creatures that have to be raised from eggs