diff --git a/Source/items.cpp b/Source/items.cpp index fd7ddece3..f9f4a20e9 100644 --- a/Source/items.cpp +++ b/Source/items.cpp @@ -2167,12 +2167,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;