mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-07 09:13:02 +00:00
fixed a game/translation mismatch
This commit is contained in:
2
help.cpp
2
help.cpp
@@ -292,7 +292,7 @@ string generateHelpForItem(eItem it) {
|
|||||||
"if you are attacked with fire, it lets you stay in place in it.");
|
"if you are attacked with fire, it lets you stay in place in it.");
|
||||||
|
|
||||||
if(it == itOrbWinter)
|
if(it == itOrbWinter)
|
||||||
help += XLAT("\n\nThis Orb also allows you to collect items encased in ice.");
|
help += XLAT("\n\nThis orb also allows you to collect items encased in ice.");
|
||||||
|
|
||||||
if(it == itOrbEmpathy) {
|
if(it == itOrbEmpathy) {
|
||||||
int cnt = 0;
|
int cnt = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user