From b9b7e9698acaec62a2b082bb29013833d54a8461 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Wed, 13 Apr 2022 04:25:47 +0200 Subject: [PATCH] Revert IPL_TARGAC description Lets give it a better one later --- Source/items.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Source/items.cpp b/Source/items.cpp index f545f5809..8f38ca3bd 100644 --- a/Source/items.cpp +++ b/Source/items.cpp @@ -3687,10 +3687,7 @@ bool DoOil(Player &player, int cii) return _(/*xgettext:no-c-format*/ "hit steals 5% life"); return ""; case IPL_TARGAC: - if (gbIsHellfire) - return _("penetrates target's armor"); - else - return _("penetrates target's armor") + fmt::format(" ({:d})", item._iPLEnAc); + return _("penetrates target's armor"); case IPL_FASTATTACK: if ((item._iFlags & ISPL_QUICKATTACK) != 0) return _("quick attack");