treeform / istrolid-bugs

Official Istrolid Bug Tracking
4 stars 1 forks source link

Typo in src/unit.js may allow ships with radius > 500 #27

Closed Patatoskr closed 7 years ago

Patatoskr commented 7 years ago
Class Unit
//…
    computeRadius: ->
//…
    @radius = 500 if 500 < @raidus ### should be ra_di_us apparently
bokken12 commented 7 years ago

Fixed