mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 20:37:40 +00:00
fixed Orb of Speed in multiplayer
This commit is contained in:
1
orbs.cpp
1
orbs.cpp
@@ -140,6 +140,7 @@ EX void reduceOrbPowers() {
|
||||
reduceOrbPower(itOrbTime, cwt.at->land == laCaribbean ? 777 : 150);
|
||||
if(invismove && !invisfish) markOrb(itOrbInvis);
|
||||
reduceOrbPower(itOrbLightning, 777);
|
||||
if(multi::activePlayers() % 2 == 0 && items[itOrbSpeed] && !shmup::on) items[itOrbSpeed] ^= 1;
|
||||
reduceOrbPower(itOrbSpeed, 67);
|
||||
reduceOrbPower(itOrbShield, 77);
|
||||
reduceOrbPower(itOrbShell, 150);
|
||||
|
||||
Reference in New Issue
Block a user