Archipelago/worlds/subnautica
Fabian Dill ce536fa3ac Subnautica: fix Multipurpose Room not acquirable in valuable item pool
BaseRoomFragment doesn't exist in vanilla, so when valuable item pool marked it as scannable in vanilla location it did not work, as it's technically BaseRoom
BaseRoom is also required to install other modules into, modules that are already marked as useful, so logically if it's required for other useful stuff it should also be marked as useful
By switching from Fragment to non-fragment one now needs 1 out of 2 instead of 2 out of 2 items, which I consider a plus as well.
2022-07-25 22:17:42 +02:00
..
docs Webworld docs: move gameinfo documentation to their world folders and copy them for webhost use. (#455) 2022-05-11 20:05:53 +02:00
Creatures.py Subnautica: add creature scans 2022-07-16 19:54:55 +02:00
Items.py Subnautica: fix Multipurpose Room not acquirable in valuable item pool 2022-07-25 22:17:42 +02:00
Locations.py Subnautica: add missed PDA 2022-07-21 10:08:19 +02:00
Options.py Subnautica: Add DeathLink (#803) 2022-07-21 08:39:34 -05:00
Rules.py Subnautica: add creature scans 2022-07-16 19:54:55 +02:00
__init__.py Subnautica: fix Multipurpose Room not acquirable in valuable item pool 2022-07-25 22:17:42 +02:00