From 84a72c78cd157b2649c03f8f503310883241dcdb Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 21 Oct 2017 20:36:08 -0400 Subject: Added skill inventory Added skill inventory to the inventory system New players now stsart with a skill inventory --- gamemode/config/sv_newplayer.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gamemode/config') 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 -- cgit v1.2.3-70-g09d2