mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00

* fix deprecation * multiworld.random -> world.random * Various small fixes --------- Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com> Co-authored-by: Exempt-Medic <ExemptMedic@Gmail.com>
6 lines
98 B
Python
6 lines
98 B
Python
from test.bases import WorldTestBase
|
|
|
|
|
|
class RLTestBase(WorldTestBase):
|
|
game = "Rogue Legacy"
|