|
|
|
@ -3690,7 +3690,7 @@ void PrintItemPower(char plidx, ItemStruct *x) |
|
|
|
strcpy(tempstr, _("see with infravision")); |
|
|
|
strcpy(tempstr, _("see with infravision")); |
|
|
|
break; |
|
|
|
break; |
|
|
|
case IPL_INVCURS: |
|
|
|
case IPL_INVCURS: |
|
|
|
strcpy(tempstr, _(" ")); |
|
|
|
strcpy(tempstr, " "); |
|
|
|
break; |
|
|
|
break; |
|
|
|
case IPL_ADDACLIFE: |
|
|
|
case IPL_ADDACLIFE: |
|
|
|
if (x->_iFMinDam == x->_iFMaxDam) |
|
|
|
if (x->_iFMinDam == x->_iFMaxDam) |
|
|
|
|