mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
Orb of the Mirror no longer claims to give 2 charges when mirroring itself after powering up
This commit is contained in:
parent
b46faaa491
commit
c54ed7222f
@ -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.));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user