mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-11 12:50:41 +01:00
f6341038af
- Stop using absolute stats values for stamina and manamax when you can add/subtract in on_assign and on_unassign - Use on_update for hunters to determine whether or not to add the sprint bonus from the full reinforced leather armor set |
||
---|---|---|
.. | ||
mff_core | ||
mff_hud@15e47f354b | ||
mff_introspect | ||
mff_pclasses | ||
mff_quests | ||
modpack.txt | ||
README.md |
- MFF-specific mods folder
** Code convention
All MFF mods must be in the mff
global table, and thus shall depend on the mff_core mod first defining it.
The reason for this is to allow introspection using mff_introspect to track bugs at runtime, and more generally to define a code namespace.