diff options
-rw-r--r-- | engines/hdb/hdb.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp index 3fb963af5a..ec99b7e0ae 100644 --- a/engines/hdb/hdb.cpp +++ b/engines/hdb/hdb.cpp @@ -213,6 +213,12 @@ bool HDBGame::restartMap() { _ai->setGemAmount(100); } + if (!strcmp(_currentLuaName, "MAP29.LUA")) { + // Finish MAP29 + + _ai->_numGooCups = 8; + } + #endif _lua->loadLua(_currentLuaName); |