fix: Adds name support for all mods (#1128)
This commit is contained in:
parent
b1cf95f810
commit
ffdc08259f
33 changed files with 404 additions and 343 deletions
|
|
@ -25,7 +25,7 @@ public abstract partial class SkillMod : MobileMod
|
|||
{
|
||||
}
|
||||
|
||||
public SkillMod(SkillName skill, bool relative, double value, Mobile owner = null) : base(owner)
|
||||
public SkillMod(SkillName skill, string name, bool relative, double value, Mobile owner = null) : base(owner, name)
|
||||
{
|
||||
_skill = skill;
|
||||
_relative = relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue