From 9e06993bb46387bf1f81a6f924942cf06d6d76a1 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 16 Sep 2020 20:20:50 +0200 Subject: [PATCH] fixed Yendor/Grail collection benefit help message in OSM --- help.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/help.cpp b/help.cpp index 2ad75fab..a4b3d820 100644 --- a/help.cpp +++ b/help.cpp @@ -444,7 +444,8 @@ EX string generateHelpForItem(eItem it) { if(it == itOrbYendor || it == itHolyGrail) help += XLAT( "\n\nCollect %the1 to gain an extra Orb of the Mirror. " - "You can gain further Orbs of the Mirror by collecting 2, 4, 8..." + "You can gain further Orbs of the Mirror by collecting 2, 4, 8...", + it ); if(it == itPower)