From c4cf5ef9457d8d9c0903006e12e36da5fc6baf92 Mon Sep 17 00:00:00 2001 From: qndel Date: Sun, 15 Sep 2019 21:24:24 +0200 Subject: [PATCH] [hellfire] SetPlrHandItem bin exact --- Source/items.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/items.cpp b/Source/items.cpp index ee7eca5a3..36f5cf214 100644 --- a/Source/items.cpp +++ b/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;