mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-12 05:07:39 +00:00
Halloween:: fixed the jack-o-lantern
This commit is contained in:
@@ -3678,7 +3678,7 @@ EX namespace halloween {
|
|||||||
|
|
||||||
halloween::dragoncells[0] = NULL;
|
halloween::dragoncells[0] = NULL;
|
||||||
|
|
||||||
if(sphere && geometry == gNormal) {
|
if(sphere && geometry == gSphere) {
|
||||||
for(cell *c: lst) {
|
for(cell *c: lst) {
|
||||||
if(GOLDBERG) {
|
if(GOLDBERG) {
|
||||||
int fv = c->master->fiftyval;
|
int fv = c->master->fiftyval;
|
||||||
|
Reference in New Issue
Block a user