mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-31 21:45:33 +00:00
Combat AI: decrease priority multiplier for enchantments (bug #3830)
This commit is contained in:
parent
c20e69ef24
commit
5f0c8a4783
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ namespace MWMechanics
|
|||
|
||||
float rating = rateEffects(enchantment->mEffects, actor, enemy);
|
||||
|
||||
rating *= 2; // prefer rechargable magic items over spells
|
||||
rating *= 1.25f; // prefer rechargable magic items over spells
|
||||
return rating;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue