tuturto / pyherc

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

Bug: rng parameter not available in attack-legal? #150

Open tuturto opened 8 years ago

tuturto commented 8 years ago

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.