Precaution for adding skill power via mul effect.
This commit is contained in:
		| @@ -26,6 +26,6 @@ public class MagicalSkillPower extends AbstractStatEffect | ||||
| { | ||||
| 	public MagicalSkillPower(StatsSet params) | ||||
| 	{ | ||||
| 		super(params, Stats.MAGICAL_SKILL_POWER); | ||||
| 		super(params, Stats.MAGICAL_SKILL_POWER, Stats.SKILL_POWER_ADD); | ||||
| 	} | ||||
| } | ||||
| @@ -26,6 +26,6 @@ public class PhysicalSkillPower extends AbstractStatEffect | ||||
| { | ||||
| 	public PhysicalSkillPower(StatsSet params) | ||||
| 	{ | ||||
| 		super(params, Stats.PHYSICAL_SKILL_POWER); | ||||
| 		super(params, Stats.PHYSICAL_SKILL_POWER, Stats.SKILL_POWER_ADD); | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment