diff options
| -rw-r--r-- | engines/wage/script.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/script.cpp b/engines/wage/script.cpp index 782d9ee3f7..1773fc1b5c 100644 --- a/engines/wage/script.cpp +++ b/engines/wage/script.cpp @@ -219,7 +219,7 @@ bool Script::execute(World *world, int loopCount, Common::String *inputText, Des  			_handled = _engine->handleOfferCommand(&input.c_str()[6]);  		} else if (input.contains("look")) {  			_handled = _engine->handleLookCommand(); -		} else if (input.contains("inventory")) { +		} else if (input.contains("inven")) {  			_handled = _engine->handleInventoryCommand();  		} else if (input.contains("status")) {  			_handled = _engine->handleStatusCommand();  | 
