pmotschmann / Evolve

An incremental game about evolving a civilization
Mozilla Public License 2.0
832 stars 355 forks source link

potential bugfix to events #907

Closed daviszung closed 1 year ago

daviszung commented 1 year ago

Comparison opperators with objects can always yeild the same result. I think the brackets around "events[event].reqs[req]" may have been a typo that potentially prevents the "tax revolt" event from ever occuring.

The "high tax rate" condition, and the "biome" condition don't seem to have any event cases, and could be removed or commented out if I am not mistaken.