halloween: dragons only in sphere

This commit is contained in:
Zeno Rogue 2020-09-17 04:36:36 +02:00
parent 68fa0c83e7
commit b72414ae2a
1 changed files with 1 additions and 1 deletions

View File

@ -3830,7 +3830,7 @@ EX namespace halloween {
else if(CHANCE(5) && itr >= 60) {
dragoncount++;
}
else if(dragoncount && BITRUNCATED && !mcount) {
else if(dragoncount && BITRUNCATED && geometry == gSphere && !mcount) {
bool fill = false;
for(int i=0; i<4; i++)
if(!dragoncells[i] || dragoncells[i]->monst)