mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
KH2: Version 2 (#2009)
Co-authored-by: Aaron Wagener <mmmcheese158@gmail.com> Co-authored-by: Joe Prochaska <prochaska.joseph@gmail.com>
This commit is contained in:
19
worlds/kh2/test/test_fight_logic.py
Normal file
19
worlds/kh2/test/test_fight_logic.py
Normal file
@@ -0,0 +1,19 @@
|
||||
from . import KH2TestBase
|
||||
|
||||
|
||||
class TestEasy(KH2TestBase):
|
||||
options = {
|
||||
"FightLogic": 0
|
||||
}
|
||||
|
||||
|
||||
class TestNormal(KH2TestBase):
|
||||
options = {
|
||||
"FightLogic": 1
|
||||
}
|
||||
|
||||
|
||||
class TestHard(KH2TestBase):
|
||||
options = {
|
||||
"FightLogic": 2
|
||||
}
|
Reference in New Issue
Block a user