diff options
-rw-r--r-- | engines/hdb/ai-inventory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hdb/ai-inventory.cpp b/engines/hdb/ai-inventory.cpp index a26610ee26..ff14f15ef3 100644 --- a/engines/hdb/ai-inventory.cpp +++ b/engines/hdb/ai-inventory.cpp @@ -68,9 +68,9 @@ bool AI::addToInventory(AIEntity *e) { case ITEM_CLUB: case ITEM_ROBOSTUNNER: case ITEM_SLUGSLINGER: - warning("STUB: addToInventory: Ready weapon"); + g_hdb->_window->chooseWeapon(e->type); default: - warning("AI-INVENTORY: addToInventory: Unintended Type"); + break; } printYouGotMsg(e->printedName); |