aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hdb/hdb.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp
index b395835270..445c5d86b7 100644
--- a/engines/hdb/hdb.cpp
+++ b/engines/hdb/hdb.cpp
@@ -203,6 +203,13 @@ bool HDBGame::restartMap() {
strcpy(_lastMapname, "MAP12");
}
+
+ if (!strcmp(_currentLuaName, "MAP06.LUA")) {
+ // Have overtime pay for Hanson
+
+ _ai->setGemAmount(100);
+ }
+
#endif
_lua->loadLua(_currentLuaName);