Yes, that’s what the source code says. There are even two explicit guards against it: “make sure you don’t land on an impossible reward” and .filter(r => r.weight > 0).
.filter(r => r.weight > 0)
@habryka has the void virtue, though is missing empiricism.
Maybe he got it prior to the commit introducing the weight: 0 or via direct access to the database.I didn’t find another way of gaining the virtue.
Yes, that’s what the source code says. There are even two explicit guards against it: “make sure you don’t land on an impossible reward” and
.filter(r => r.weight > 0).@habryka has the void virtue, though is missing empiricism.
Maybe he got it prior to the commit introducing the weight: 0 or via direct access to the database.
I didn’t find another way of gaining the virtue.