mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-08 22:25:42 +12:00
inc "magic used"
This commit is contained in:
parent
630c4411a0
commit
614bfa1d42
1 changed files with 2 additions and 0 deletions
|
@ -266,9 +266,11 @@ namespace HISP.Server
|
||||||
|
|
||||||
case "INTELLIGENCEOFFSET":
|
case "INTELLIGENCEOFFSET":
|
||||||
horseInstance.AdvancedStats.Inteligence += effect.EffectAmount;
|
horseInstance.AdvancedStats.Inteligence += effect.EffectAmount;
|
||||||
|
horseInstance.MagicUsed++;
|
||||||
break;
|
break;
|
||||||
case "PERSONALITYOFFSET":
|
case "PERSONALITYOFFSET":
|
||||||
horseInstance.AdvancedStats.Personality += effect.EffectAmount;
|
horseInstance.AdvancedStats.Personality += effect.EffectAmount;
|
||||||
|
horseInstance.MagicUsed++;
|
||||||
break;
|
break;
|
||||||
case "SPOILED":
|
case "SPOILED":
|
||||||
horseInstance.Spoiled += effect.EffectAmount;
|
horseInstance.Spoiled += effect.EffectAmount;
|
||||||
|
|
Loading…
Add table
Reference in a new issue