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

[pclasses & mff_pclasses] Add some explanations

- For #473
This commit is contained in:
LeMagnesium
2016-07-14 23:32:42 +02:00
parent 252f09a17f
commit 012dfa9428
5 changed files with 50 additions and 5 deletions

View File

@ -14,6 +14,12 @@ pclasses.api.register_class("adventurer", {
end
end,
on_unassigned = function(pname)
end
end,
informations = "Adventurer, the casual players, or hardcore players. Whatever end of the spectrum " ..
"you're in, adventurer will bring you what you want : no advantages, no help. Maybe you don't want " ..
"that if you just began playing. If that's the case.. just pick another tab and read what's in it. " ..
"You'll still be able to come back to this boilerplate class whenever you want to (minus actual " ..
"cooldown regulation of.. an hour between two changes) if you like being hurt, or hardcore gaming, " ..
"which, from afar, look alike.... The pedestal has a backpack over it, because, yay adventures!"
})