diff --git a/Source/items.cpp b/Source/items.cpp index d8ff156be..a9dcfe899 100644 --- a/Source/items.cpp +++ b/Source/items.cpp @@ -3402,7 +3402,7 @@ void PrintItemPower(char plidx, ItemStruct *x) case IPL_STEALMANA: if (x->_iFlags & 0x2000) strcpy(tempstr, "hit steals 3% mana"); - if (x->_iFlags & 0x40) + if (x->_iFlags & ISPL_STEALMANA_5) strcpy(tempstr, "hit steals 5% mana"); break; case IPL_STEALLIFE: