1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-17 03:28:05 +00:00

Orb of Energy and Orb of Intensity.

This commit is contained in:
Jacob Mandelson
2022-08-27 12:43:22 -07:00
parent cc3065f204
commit 46872919ba
4 changed files with 18 additions and 7 deletions

View File

@@ -570,6 +570,10 @@ void geometry_information::procedural_shapes() {
for(int i=0; i<=S84; i+=SD3)
hpcpush(ddi(i, orbsize * .2) * C0);
bshape(shHalfDisk, PPR::ITEM);
for(int i=0; i<=S84/2; i+=SD3)
hpcpush(ddi(i, orbsize * .2) * C0);
bshape(shMoonDisk, PPR::ITEM);
for(int i=0; i<=S84; i+=SD3)
if(i <= S84 * 2 / 3)