diff --git a/README.md b/README.md index f54ff5f..5287b99 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,5 @@ see test-game/manifest.setage * [x] `input` provides case insensitive input checking * [x] `exact input` provides exact input checking * [x] `item check`, `item take` provides item checking +* [ ] combining items and other item interactions +* [ ] diff --git a/setage.py b/setage.py index 05be921..9a2cd8b 100755 --- a/setage.py +++ b/setage.py @@ -11,7 +11,7 @@ from base64 import b64decode __author__ = "Cheri Dawn" __copyright__ = "Copyright 2024, Cheri Dawn" __license__ = "GPL-3.0-only" -__version__ = "0.4.1" +__version__ = "0.4.1.1" __maintainer__ = "Cheri Dawn" __status__ = "Prototype" @@ -163,6 +163,7 @@ class SetageShell(Cmd): else: print("It doesn't seem to be all that interesting...") return + print("> I don't see anything like that...") else: print("> I don't see anything like that...")