We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec93ba commit e546c0fCopy full SHA for e546c0f
worlds/yoshisisland/Client.py
@@ -36,6 +36,7 @@
36
37
class YoshisIslandSNIClient(SNIClient):
38
game = "Yoshi's Island"
39
+ patch_suffix = ".apyi"
40
41
async def deathlink_kill_player(self, ctx: "SNIContext") -> None:
42
from SNIClient import DeathState, snes_buffered_write, snes_flush_writes, snes_read
0 commit comments