Files
Grinch-AP/worlds
Mysteryem 7eb12174b7 Core: Fix empty rule comparisons with subclasses (#4201)
If a world uses a `Location` or `Entrance` subclass that overrides the
`item_rule`/`access_rule` class attribute, then
`spot.__class__.item_rule`/`spot.__class__.access_rule` will get the
overridden rule, which may not be an empty rule.

Uses of `spot.__class__` have been replaced with getting the class
attribute rule belonging to the `Location` or `Entrance` class.
2024-11-17 16:55:42 +01:00
..
2024-04-12 00:32:10 -04:00
2024-08-24 02:05:42 +02:00
2024-11-12 00:03:48 +01:00
2024-11-03 15:27:04 +01:00
2024-08-10 13:08:24 +02:00
2024-09-17 15:13:19 +02:00
2024-09-18 21:09:47 +02:00