1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-16 23:25:28 +01:00

Updated pclasses with admin class

- Moved reserved_items into their class file
 - Added admin class for #139
This commit is contained in:
LeMagnesium
2015-07-28 16:14:51 +02:00
parent b87660cdb8
commit d491015a78
5 changed files with 43 additions and 8 deletions

View File

@@ -26,3 +26,7 @@ pclasses.api.register_class("hunter", {
sprint.set_default_maxstamina(pname)
end,
})
pclasses.api.reserve_item("hunter", "throwing:bow_minotaur_horn")
pclasses.api.reserve_item("hunter", "throwing:bow_minotaur_horn_improved")