mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-06 09:50:16 +00:00
other active orbs now extend the duration of Orb of Recall
This commit is contained in:
3
help.cpp
3
help.cpp
@@ -426,6 +426,9 @@ EX string generateHelpForItem(eItem it) {
|
||||
if(it == itOrbIntensity && inv::on)
|
||||
help += XLAT("\n\nIn the Orb Strategy Mode, the effect is increased to +100%.");
|
||||
|
||||
if(it == itOrbRecall)
|
||||
help += XLAT("\n\nOther active orbs extend the duration of this orb.");
|
||||
|
||||
if(it == itOrbEmpathy) {
|
||||
int cnt = 0;
|
||||
for(int i=0; i<ittypes; i++) {
|
||||
|
||||
Reference in New Issue
Block a user