1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 22:26:08 +02:00

Add tile image in class switches' parameters and tweak colors

- Refers to #216
This commit is contained in:
LeMagnesium
2015-08-17 10:53:13 +02:00
parent 26fae174b1
commit 2cd80bccf1
6 changed files with 22 additions and 9 deletions

View File

@ -16,7 +16,10 @@ pclasses.api.register_class("warrior", {
on_unassigned = function(pname)
sprint.set_default_maxstamina(pname)
end,
switch_color = {r = 00, g = 00, b = 114}
switch_params = {
color = {r = 06, g = 06, b = 30},
tile = "default_steel_block.png"
}
})
pclasses.api.reserve_item("warrior", "moreores:sword_mithril")