diff --git a/game/modules/tome/class/Game.lua b/game/modules/tome/class/Game.lua
index faf42cfea0191f0ad1fa0945593ce0627d1368f9..04e11332679d5d50c501599358a11fd3ab027e41 100644
--- a/game/modules/tome/class/Game.lua
+++ b/game/modules/tome/class/Game.lua
@@ -207,6 +207,9 @@ function _M:newGame()
 			self.player:grantQuest(self.player.starting_quest)
 			self.creating_player = false
 
+			-- Add all items
+			self.player:inventoryApplyAll(function(inven, item, o) game:addEntity(o) end)
+
 			birth_done()
 			self.player:check("on_birth_done")
 		else