From 36dd16e1a9ebab675a952296c5a77d58705c9a70 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Thu, 27 Jun 2019 07:45:18 +0530 Subject: HDB: Remove checkLuaList() stub --- engines/hdb/ai-bots.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/engines/hdb/ai-bots.cpp b/engines/hdb/ai-bots.cpp index ff94ceee34..481b661c05 100644 --- a/engines/hdb/ai-bots.cpp +++ b/engines/hdb/ai-bots.cpp @@ -857,7 +857,11 @@ void aiMaintBotAction(AIEntity *e) { break; } // Did the MaintBot use a LUA Tile? - warning("STUB: aiMaintBotAction: Check in LUA List"); + if (g_hdb->_ai->checkLuaList(e, nx, ny)) { + if (e->onScreen) + e->value1 = 1; + break; + } break; // Play a sound if we used something case 25: -- cgit v1.2.3