MMBN3: Small Bug Fixes (#2282)

Co-authored-by: el-u <[email protected]>
Co-authored-by: Zach Parks <[email protected]>
This commit is contained in:
digiholic
2023-11-24 11:14:05 -06:00
committed by GitHub
co-authored by el-u Zach Parks
parent a18fb0a14f
commit 4641456ba2
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ class MMBN3CommandProcessor(ClientCommandProcessor):
class MMBN3Context(CommonContext):
command_processor = MMBN3CommandProcessor
game = "MegaMan Battle Network 3"
items_handling = 0b001 # full local
items_handling = 0b101 # full local except starting items
def __init__(self, server_address, password):
super().__init__(server_address, password)