fixed obsolete Bomberbird Egg reveal description

This commit is contained in:
Zeno Rogue 2019-02-06 18:03:16 +01:00
parent 94ce1eb541
commit 9c47d67b89
1 changed files with 2 additions and 3 deletions

View File

@ -420,10 +420,9 @@ string generateHelpForItem(eItem it) {
void addMinefieldExplanation(string& s) {
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. "
"Collecting even more Eggs will increase the radius. Additionally, collecting "
"25 Bomberbird Eggs will reveal adjacent cells even in your future games."
"Collecting even more Eggs will increase the radius."
);
s += "\n\n";