add todo and small bugfix
This commit is contained in:
parent
e2d288d632
commit
425b266dcf
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
* [ ]
|
||||
|
|
|
@ -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...")
|
||||
|
||||
|
|
Loading…
Reference in a new issue