Archipelago/worlds/lingo
Star Rauchenberger 11073dfdac
Lingo: Remove unnecessary player_logic parameters ()
A world's player_logic is accessible from the LingoWorld object, so it's not necessary to also pass the LingoPlayerLogic object through every function that uses both.
2024-04-14 00:20:31 +02:00
..
data Lingo: Minor game data fixes () 2024-03-21 17:00:53 +01:00
docs Docs: replacing "setting" to "option" in world docs () 2024-03-22 17:46:14 +01:00
test Lingo: Pre-compile datafile to improve loading time () 2024-03-15 09:26:00 +01:00
utils Lingo: Add item/location groups () 2024-03-21 16:46:53 +01:00
__init__.py Lingo: Remove unnecessary player_logic parameters () 2024-04-14 00:20:31 +02:00
datatypes.py Lingo: Add item/location groups () 2024-03-21 16:46:53 +01:00
items.py Lingo: Add trap weights option () 2024-03-22 21:28:41 +01:00
locations.py Lingo: Add item/location groups () 2024-03-21 16:46:53 +01:00
options.py Lingo: Add trap weights option () 2024-03-22 21:28:41 +01:00
player_logic.py Lingo: Add trap weights option () 2024-03-22 21:28:41 +01:00
regions.py Lingo: Remove unnecessary player_logic parameters () 2024-04-14 00:20:31 +02:00
rules.py Lingo: Remove unnecessary player_logic parameters () 2024-04-14 00:20:31 +02:00
static_logic.py Lingo: Pre-compile datafile to improve loading time () 2024-03-15 09:26:00 +01:00