ichabod801 / t_games

A collection of command-line interface games written in Python.
GNU General Public License v3.0
21 stars 4 forks source link

Face Option in Ninety-Nine not Implemented #531

Closed ichabod801 closed 4 years ago

ichabod801 commented 4 years ago

It should be, for completeness. Child of issue #512: Play Test Ninety-Nine

ichabod801 commented 4 years ago

It's actually not needed. You can just reset the value it normally is, with a ! to indicate no ranks if necessary. So I removed it from the options text.

ichabod801 commented 4 years ago

As it turns out, that doesn't work. I'm getting an invalid parameter setting when trying to use a bang for no ranks.

ichabod801 commented 4 years ago

The problem was with FeatureSet.__contains__.