mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-19 18:44:05 +00:00
Orb of the Mirror no longer claims to give 2 charges when mirroring itself after powering up
This commit is contained in:
@@ -82,6 +82,7 @@ namespace inv {
|
||||
}
|
||||
|
||||
int mirrorqty(eItem orb) {
|
||||
if(orb == itOrbMirror) return 1;
|
||||
return int(mirrorqty0(orb) * sqrt(1.000001+items[itPower]/20.));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user