mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
fixed obsolete Bomberbird Egg reveal description
This commit is contained in:
parent
94ce1eb541
commit
9c47d67b89
5
help.cpp
5
help.cpp
@ -420,10 +420,9 @@ string generateHelpForItem(eItem it) {
|
|||||||
void addMinefieldExplanation(string& s) {
|
void addMinefieldExplanation(string& s) {
|
||||||
|
|
||||||
s += XLAT(
|
s += XLAT(
|
||||||
"\n\nOnce you collect 10 Bomberbird Eggs, "
|
"\n\nOnce you collect a Bomberbird Egg, "
|
||||||
"stepping on a cell with no adjacent mines also reveals the adjacent cells. "
|
"stepping on a cell with no adjacent mines also reveals the adjacent cells. "
|
||||||
"Collecting even more Eggs will increase the radius. Additionally, collecting "
|
"Collecting even more Eggs will increase the radius."
|
||||||
"25 Bomberbird Eggs will reveal adjacent cells even in your future games."
|
|
||||||
);
|
);
|
||||||
|
|
||||||
s += "\n\n";
|
s += "\n\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user