Tuula Turto
Tuula Turto
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.
subtasks: #152 - mouse controls for moving #153 - mouse controls for combat #154 - mouse controls for picking up items #155 - new inventory dialog with mouse support
- [ ] solve should be able to tackle list of variables or list of lists of variables (or any other arbitrary collection of variables).
https://github.com/tuturto/pyherc/blob/master/src/pyherc/ports/combat.hy#L37 attack-legal? should have rng parameter. Now this code will crash as soon as it's called.
https://github.com/tuturto/pyherc/blob/master/src/pyherc/ports/combat.hy#L67 It seems melee attacks aren't possible when character has ammunition quivered, even if they are using melee weapon.