mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Core: add layer for patches that don't use Patch.py
(#2889)
* Core: add layer for patches that don't use `Patch.py` * bump container version * APAutoPatchInterface name * mystic quest change * OoT and Adventure changes * missed name in docstring * container version compatibility
This commit is contained in:
@@ -5,7 +5,7 @@ import zipfile
|
||||
from typing_extensions import override
|
||||
|
||||
import Utils
|
||||
from worlds.Files import APPatch
|
||||
from worlds.Files import APAutoPatchInterface
|
||||
|
||||
from zilliandomizer.patch import Patcher
|
||||
|
||||
@@ -14,7 +14,7 @@ from .gen_data import GenData
|
||||
USHASH = 'd4bf9e7bcf9a48da53785d2ae7bc4270'
|
||||
|
||||
|
||||
class ZillionPatch(APPatch):
|
||||
class ZillionPatch(APAutoPatchInterface):
|
||||
hash = USHASH
|
||||
game = "Zillion"
|
||||
patch_file_ending = ".apzl"
|
||||
|
Reference in New Issue
Block a user