mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21: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":
|
||||
horseInstance.AdvancedStats.Inteligence += effect.EffectAmount;
|
||||
horseInstance.MagicUsed++;
|
||||
break;
|
||||
case "PERSONALITYOFFSET":
|
||||
horseInstance.AdvancedStats.Personality += effect.EffectAmount;
|
||||
horseInstance.MagicUsed++;
|
||||
break;
|
||||
case "SPOILED":
|
||||
horseInstance.Spoiled += effect.EffectAmount;
|
||||
|
|
Loading…
Add table
Reference in a new issue