1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-22 14:02:05 +00:00

Orb of Love no longer incresaes the displayed score in the Strange Challenge

This commit is contained in:
Zeno Rogue
2018-06-12 18:26:20 +02:00
parent c5468db000
commit 8f183b7afb
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -300,6 +300,9 @@ int gold(int no) {
#if CAP_INV
if(inv::on && inv::remaining[itOrbLove])
love = true;
#endif
#if CAP_DAILY
if(daily::on) love = false;
#endif
if(love) i += 30;
}