From e23ff8ad39892bd21c9a35f169f34542660fe73d Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Fri, 12 Nov 2010 00:49:57 +0000 Subject: [PATCH] fix git-svn-id: http://svn.net-core.org/repos/t-engine4@1877 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/class/Game.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/game/modules/tome/class/Game.lua b/game/modules/tome/class/Game.lua index faf42cfea0..04e1133267 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 -- GitLab