1
0
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:
Zeno Rogue
2025-08-17 16:17:13 +02:00
parent f218b7a3d5
commit 0e08b3225d
3 changed files with 16 additions and 1 deletions

View File

@@ -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++) {