1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 09:57:41 +00:00

inv:: buffed up the Orb of Intensity

This commit is contained in:
Zeno Rogue
2019-11-28 00:14:22 +01:00
parent e82f1906e1
commit 07477e2b23
3 changed files with 10 additions and 3 deletions

View File

@@ -354,6 +354,9 @@ EX string generateHelpForItem(eItem it) {
if(it == itOrbWinter)
help += XLAT("\n\nThis orb also allows you to collect items encased in ice.");
if(it == itOrbIntensity && inv::on)
help += XLAT("\n\nIn the Orb Strategy Mode, the effect is increased to +100%.");
if(it == itOrbEmpathy) {
int cnt = 0;