scrom / Experiments

a NodeJS text adventure - deliberately coded badly to re-experience the pain of legacy code
http://mvta.herokuapp.com/
2 stars 0 forks source link

mission pass/fail attributes are inconsistent in boolean logic. #419

Open scrom opened 8 years ago

scrom commented 8 years ago

pass attributes are always "and"ed together. fail attributes are always "or"ed together.

This is fine at the moment but there are times when for "fail" we want more than one attribute in order to fail.