CommonClient: inherit Context tags (#2283)
This commit is contained in:
parent
e1ee08a599
commit
1ef3bc78dc
|
@ -882,7 +882,7 @@ def get_base_parser(description: typing.Optional[str] = None):
|
|||
def run_as_textclient():
|
||||
class TextContext(CommonContext):
|
||||
# Text Mode to use !hint and such with games that have no text entry
|
||||
tags = {"AP", "TextOnly"}
|
||||
tags = CommonContext.tags | {"TextOnly"}
|
||||
game = "" # empty matches any game since 0.3.2
|
||||
items_handling = 0b111 # receive all items for /received
|
||||
want_slot_data = False # Can't use game specific slot_data
|
||||
|
|
Loading…
Reference in New Issue