From 9104b5ec9c9f535dcd0aa33ff004a37782faaa56 Mon Sep 17 00:00:00 2001 From: Sergey Semushin Date: Mon, 29 Apr 2019 23:14:59 +0200 Subject: [PATCH] Update Source/items.cpp Co-Authored-By: AJenbo --- Source/items.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: