1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-16 18:29:59 +00:00

Halloween:: fixed the jack-o-lantern

This commit is contained in:
Zeno Rogue 2022-06-17 01:26:44 +02:00
parent 9bb9fd572d
commit 56b0912ef0

View File

@ -3678,7 +3678,7 @@ EX namespace halloween {
halloween::dragoncells[0] = NULL;
if(sphere && geometry == gNormal) {
if(sphere && geometry == gSphere) {
for(cell *c: lst) {
if(GOLDBERG) {
int fv = c->master->fiftyval;