This commit is contained in:
Cheri Dawn 2024-05-21 23:44:47 +03:00
parent e4670192fe
commit e35b1e9549

View file

@ -467,7 +467,7 @@ if __name__ == "__main__":
print(
f"Sorry, this is only usable with python 3.11 as of {__version__}")
exit(1)
print("WARNING: It's a prototype. Beware of bugs. Report them")
print("WARNING: It's a prototype. Beware of bugs. Report them.")
parser = ArgumentParser(
description="SETAGE, the Simple Extensible Text Adventure Game Engine")
parser.add_argument("file", nargs="?", default="manifest.setage",