mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-22 23:17:04 +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) {
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user