mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-03 04:13:55 +00:00
Small style cleanup.
This commit is contained in:
parent
fb3c0e38b7
commit
d0564026d7
@ -259,7 +259,7 @@ hpcshape
|
|||||||
shTinyBird, shTinyShark,
|
shTinyBird, shTinyShark,
|
||||||
shEgg, shSmallEgg,
|
shEgg, shSmallEgg,
|
||||||
shRing, shSpikedRing, shTargetRing, shSawRing, shGearRing, shPeaceRing,
|
shRing, shSpikedRing, shTargetRing, shSawRing, shGearRing, shPeaceRing,
|
||||||
shHeptaRing, shSpearRing, shLoveRing, shFrogRing,
|
shHeptaRing, shSpearRing, shLoveRing, shFrogRing,
|
||||||
shPowerGearRing, shProtectiveRing, shTerraRing, shMoveRing,
|
shPowerGearRing, shProtectiveRing, shTerraRing, shMoveRing,
|
||||||
shReserved4, shMoonDisk,
|
shReserved4, shMoonDisk,
|
||||||
shDaisy, shSnowflake, shTriangle, shNecro, shStatue, shKey, shWindArrow,
|
shDaisy, shSnowflake, shTriangle, shNecro, shStatue, shKey, shWindArrow,
|
||||||
|
@ -809,7 +809,6 @@ EX color_t orb_auxiliary_color(eItem it) {
|
|||||||
if(it == itOrbSide1) return 0x307080;
|
if(it == itOrbSide1) return 0x307080;
|
||||||
if(it == itOrbDigging) return 0x606060;
|
if(it == itOrbDigging) return 0x606060;
|
||||||
if(it == itOrbEnergy) return 0xFFFF80;
|
if(it == itOrbEnergy) return 0xFFFF80;
|
||||||
//if(it == itOrbPurity) return 0xFFD520;
|
|
||||||
return iinf[it].color;
|
return iinf[it].color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user