diff --git a/game/modules/tome/class/Game.lua b/game/modules/tome/class/Game.lua
index 3cda80e48fe304c1b8a76522ae2a6fd2cd68c3c4..99f866d96c6aa94a60dee14a1efdc2f545ac5e35 100644
--- a/game/modules/tome/class/Game.lua
+++ b/game/modules/tome/class/Game.lua
@@ -88,11 +88,12 @@ end
 
 function _M:run()
 	class:triggerHook{"ToME:run"}
-	return self:runReal()
+	local ret = self:runReal()
+	class:triggerHook{"ToME:runDone"}
+	return ret
 end
 
 function _M:runReal()
-
 	self.delayed_log_damage = {}
 	self.delayed_log_messages = {}
 	self.calendar = Calendar.new("/data/calendar_allied.lua", "Today is the %s %s of the %s year of the Age of Ascendancy of Maj'Eyal.\nThe time is %02d:%02d.", 122, 167, 11)