HDB: Add code to ready Weapon

This commit is contained in:
Nipun Garg 2019-07-14 01:28:22 +05:30 committed by Eugene Sandulenko
parent 0c5f2f0243
commit d07dcd210c

View File

@ -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);