aboutsummaryrefslogtreecommitdiff
path: root/gamemode/config
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/config')
-rw-r--r--gamemode/config/sv_newplayer.lua4
1 files changed, 2 insertions, 2 deletions
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