From da81a0a23a3704dd2de3ab2249496c1ad1912d1c Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 9 Oct 2017 16:20:46 -0400 Subject: Updated internal representation of inventories --- gamemode/config/sv_newplayer.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gamemode/config/sv_newplayer.lua') diff --git a/gamemode/config/sv_newplayer.lua b/gamemode/config/sv_newplayer.lua index 2a2f7d3..931cf60 100644 --- a/gamemode/config/sv_newplayer.lua +++ b/gamemode/config/sv_newplayer.lua @@ -6,10 +6,10 @@ np.newdata = function() return { inventories = { {"Equipment", inv.CreateInventory("Equipment"):Serialize()}, - {"Shaped Inventory",inv.CreateInventory("Shaped Inventory"):Serialize()} + {"Shaped Inventory",inv.CreateInventory("Shaped Inventory"):Serialize()}, + {"Prayers",inv.CreateInventory("Prayers"):Serialize()} }, skills = {}, - prayers = {}, quests = {}, } end -- cgit v1.2.3-70-g09d2