mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
SM and SMZ3 apworld support (#1677)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from worlds.sm.variaRandomizer.logic.smbool import SMBool
|
||||
from ..logic.smbool import SMBool
|
||||
import os
|
||||
import sys
|
||||
from pathlib import Path
|
||||
@@ -61,7 +61,7 @@ def diff4solver(difficulty):
|
||||
return "mania"
|
||||
|
||||
# allow multiple local repo
|
||||
appDir = Path(__file__).parents[4]
|
||||
appDir = str(Path(__file__).parents[4])
|
||||
|
||||
def isKnows(knows):
|
||||
return knows[0:len('__')] != '__' and knows[0] == knows[0].upper()
|
||||
|
Reference in New Issue
Block a user