diff --git a/Source/items.cpp b/Source/items.cpp index 7667b0d7a..18b4cc63e 100644 --- a/Source/items.cpp +++ b/Source/items.cpp @@ -2165,12 +2165,12 @@ void SetupAllUseful(int ii, int iseed, int lvl) SetRndSeed(iseed); if (random(34, 2)) - idx = 11; + idx = IDI_HEAL; else - idx = 12; + idx = IDI_MANA; if (lvl > 1 && !random(34, 3)) - idx = 14; + idx = IDI_PORTAL; GetItemAttrs(ii, idx, lvl); item[ii]._iCreateInfo = lvl + 384;