Building first Ziggurat during Atheism challenge doesn't make the Religion tab show up

Issue #98 resolved
Boris Zbarsky created an issue

I just built the first Ziggurat in Atheism challenge mode, but the Religion tab didn't appear. Reloading does make it appear, due to the logic in the load method in game.js.

Presumably the update function in js/religion.js, which starts with:

    if (this.game.resPool.get("faith").value > 0){
        this.game.religionTab.visible = true;
    }

should include a check for "atheism + ziggurat" like load does.

Comments (2)

  1. Log in to comment