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:
@ -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")
|
||||
|
Reference in New Issue
Block a user