Browse Source

[hellfire] SetPlrHandItem bin exact

pull/876/head
qndel 7 years ago committed by Anders Jenbo
parent
commit
c4cf5ef945
  1. 4
      Source/items.cpp

4
Source/items.cpp

@ -849,7 +849,11 @@ void SetPlrHandItem(ItemStruct *h, int idata)
h->_iSpell = pAllItem->iSpell;
if (pAllItem->iMiscId == IMISC_STAFF) {
#ifdef HELLFIRE
h->_iCharges = 18;
#else
h->_iCharges = 40;
#endif
}
h->_iMaxCharges = h->_iCharges;

Loading…
Cancel
Save