|
|
|
|
@ -3992,8 +3992,13 @@ void ModifyPlrVit(int p, int l)
|
|
|
|
|
|
|
|
|
|
ms = l << 6; |
|
|
|
|
if (plr[p]._pClass == PC_WARRIOR) { |
|
|
|
|
ms *= 2; |
|
|
|
|
ms <<= 1; |
|
|
|
|
} |
|
|
|
|
#ifdef HELLFIRE |
|
|
|
|
else if (plr[p]._pClass == PC_BARBARIAN) { |
|
|
|
|
ms <<= 1; |
|
|
|
|
} |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
plr[p]._pHPBase += ms; |
|
|
|
|
plr[p]._pMaxHPBase += ms; |
|
|
|
|
|