mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
fixed Yendor/Grail collection benefit help message in OSM
This commit is contained in:
parent
f02170ba28
commit
9e06993bb4
3
help.cpp
3
help.cpp
@ -444,7 +444,8 @@ EX string generateHelpForItem(eItem it) {
|
|||||||
if(it == itOrbYendor || it == itHolyGrail)
|
if(it == itOrbYendor || it == itHolyGrail)
|
||||||
help += XLAT(
|
help += XLAT(
|
||||||
"\n\nCollect %the1 to gain an extra Orb of the Mirror. "
|
"\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)
|
if(it == itPower)
|
||||||
|
Loading…
Reference in New Issue
Block a user