From 52043ae0f925d649fd18536b333703d7d3467736 Mon Sep 17 00:00:00 2001 From: qndel Date: Fri, 30 Aug 2019 17:42:38 +0200 Subject: [PATCH] [hellfire] ModifyPlrDex bin exact --- Source/player.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/player.cpp b/Source/player.cpp index 498220ed6..389c51e00 100644 --- a/Source/player.cpp +++ b/Source/player.cpp @@ -3958,9 +3958,11 @@ void ModifyPlrDex(int p, int l) plr[p]._pBaseDex += l; CalcPlrInv(p, TRUE); +#ifndef HELLFIRE if (plr[p]._pClass == PC_ROGUE) { plr[p]._pDamageMod = plr[p]._pLevel * (plr[p]._pDexterity + plr[p]._pStrength) / 200; } +#endif if (p == myplr) { NetSendCmdParam1(FALSE, CMD_SETDEX, plr[p]._pBaseDex);