Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ikonomov committed Dec 29, 2023
1 parent 6a1bd82 commit af733e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/items.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4521,7 +4521,7 @@ void SpawnHealer(int lvl)
{
constexpr int PinnedItemCount = 2;
constexpr std::array<_item_indexes, PinnedItemCount> PinnedItemTypes = { IDI_ARENAPOT, IDI_HEAL };
const int itemCount = GenerateRnd(gbIsHellfire ? 10 : 3) + 4;
const int itemCount = GenerateRnd(gbIsHellfire ? 10 : 1) + 4;

for (int i = 0; i < 20; i++) {
Item &item = healitem[i];
Expand Down

0 comments on commit af733e2

Please sign in to comment.