From 536194cade3d3e76534e38139cdf1f2d615fb1fb Mon Sep 17 00:00:00 2001 From: qndel Date: Sun, 8 Sep 2019 04:01:01 +0200 Subject: [PATCH] [hellfire] SpawnHealer bin exact --- Source/items.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Source/items.cpp b/Source/items.cpp index da3e57184..82d851a02 100644 --- a/Source/items.cpp +++ b/Source/items.cpp @@ -3925,8 +3925,11 @@ void SpawnHealer(int lvl) } else { srnd = 2; } +#ifdef HELLFIRE + nsi = random(50, 10) + 10; +#else nsi = random(50, 8) + 10; - for (i = srnd; i < nsi; i++) { +#endif for (i = srnd; i < nsi; i++) { item[0]._iSeed = GetRndSeed(); SetRndSeed(item[0]._iSeed); itype = RndHealerItem(lvl) - 1;