Better handle partial search matches. Resolve #2579

This commit is contained in:
Griatch 2022-03-01 18:28:53 +01:00
parent 6028844901
commit d69589ec99
3 changed files with 12 additions and 6 deletions

View file

@ -383,7 +383,7 @@ class TestPuzzles(BaseEvenniaCommandTest):
self._use(
"steel-1, flint", "You try to utilize these but nothing happens ... something amiss?"
)
self._use("steel-1, flint, red steel, steel-3", "You are a Genius")
self._use("steel-1, flint, red steel, steel-2", "You are a Genius")
self._check_room_contents({"smoke": 1, "fire": 1})
_box_all()