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 931cf60..1385bf5 100644
--- a/gamemode/config/sv_newplayer.lua
+++ b/gamemode/config/sv_newplayer.lua
@@ -7,9 +7,9 @@ np.newdata = function()
inventories = {
{"Equipment", inv.CreateInventory("Equipment"):Serialize()},
{"Shaped Inventory",inv.CreateInventory("Shaped Inventory"):Serialize()},
- {"Prayers",inv.CreateInventory("Prayers"):Serialize()}
+ {"Prayers",inv.CreateInventory("Prayers"):Serialize()},
+ {"Skills",inv.CreateInventory("Skills"):Serialize()},
},
- skills = {},
quests = {},
}
end