Mercurial > mm7
diff Player.cpp @ 1598:11bb463837b1
_48EA46_calc_special_bonus_by_items renamed to GetSpecialItemBonus, forgot to commit actor.cpp
author | Grumpy7 |
---|---|
date | Tue, 10 Sep 2013 04:16:54 +0200 |
parents | 33a82b36c3e8 |
children | bb2378f58767 |
line wrap: on
line diff
--- a/Player.cpp Tue Sep 10 04:08:15 2013 +0200 +++ b/Player.cpp Tue Sep 10 04:16:54 2013 +0200 @@ -3111,7 +3111,7 @@ if ((pInventoryItemList[inv_indx].uSpecEnchantmentType==17) || (pInventoryItemList[inv_indx].uItemID == 533)) //Elven Chainmail+Increases rate of Recovery return 50; } - if (enchantmentId == 24) //XXX: never actually used on mm7 + if (enchantmentId == 24) { if (pInventoryItemList[inv_indx].uSpecEnchantmentType == 24) //Increased Knockback. return 5;