Mercurial > mm7
comparison 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 |
comparison
equal
deleted
inserted
replaced
1597:33a82b36c3e8 | 1598:11bb463837b1 |
---|---|
3109 if (enchantmentId == 17) | 3109 if (enchantmentId == 17) |
3110 { | 3110 { |
3111 if ((pInventoryItemList[inv_indx].uSpecEnchantmentType==17) || (pInventoryItemList[inv_indx].uItemID == 533)) //Elven Chainmail+Increases rate of Recovery | 3111 if ((pInventoryItemList[inv_indx].uSpecEnchantmentType==17) || (pInventoryItemList[inv_indx].uItemID == 533)) //Elven Chainmail+Increases rate of Recovery |
3112 return 50; | 3112 return 50; |
3113 } | 3113 } |
3114 if (enchantmentId == 24) //XXX: never actually used on mm7 | 3114 if (enchantmentId == 24) |
3115 { | 3115 { |
3116 if (pInventoryItemList[inv_indx].uSpecEnchantmentType == 24) //Increased Knockback. | 3116 if (pInventoryItemList[inv_indx].uSpecEnchantmentType == 24) //Increased Knockback. |
3117 return 5; | 3117 return 5; |
3118 } | 3118 } |
3119 } | 3119 } |