tuturto / pyherc

simple roguelike written with Python and Hy
MIT License
43 stars 2 forks source link

bug: skill-ready? returns true for unknown skills #151

Open tuturto opened 8 years ago

tuturto commented 8 years ago

since cooldown will add any unknown skill to character, skill-ready? will return true to unknown skills. It should return false, when character doesn't have the skill.