Browse Source

Merge pull request #358 from squidcc/DoHealOther

make DoHealOther bin exact
pull/4/head
Anders Jenbo 8 years ago committed by GitHub
parent
commit
54a764e2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/spells.cpp

2
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 )

Loading…
Cancel
Save