From 344d259066ce47555c0b088ea3635808c932284d Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sat, 29 Sep 2018 00:58:59 +1000 Subject: [PATCH] make DoHealOther bin exact --- Source/spells.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/spells.cpp b/Source/spells.cpp index 9396793d0..a2521a6df 100644 --- a/Source/spells.cpp +++ b/Source/spells.cpp @@ -340,7 +340,7 @@ void __fastcall DoHealOther(int pnum, int rid) if ( plr[pnum]._pClass == PC_WARRIOR ) { - hp *= 2; + hp <<= 1; } if ( plr[pnum]._pClass == PC_ROGUE )