mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-19 06:44:08 +00:00
halloween: dragons only in sphere
This commit is contained in:
parent
68fa0c83e7
commit
b72414ae2a
@ -3830,7 +3830,7 @@ EX namespace halloween {
|
|||||||
else if(CHANCE(5) && itr >= 60) {
|
else if(CHANCE(5) && itr >= 60) {
|
||||||
dragoncount++;
|
dragoncount++;
|
||||||
}
|
}
|
||||||
else if(dragoncount && BITRUNCATED && !mcount) {
|
else if(dragoncount && BITRUNCATED && geometry == gSphere && !mcount) {
|
||||||
bool fill = false;
|
bool fill = false;
|
||||||
for(int i=0; i<4; i++)
|
for(int i=0; i<4; i++)
|
||||||
if(!dragoncells[i] || dragoncells[i]->monst)
|
if(!dragoncells[i] || dragoncells[i]->monst)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user