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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user