Range radii - Some cleanup

This commit is contained in:
Shrihari 2014-03-18 18:22:26 +05:30
parent ea24ae2fd8
commit 8f5e8efce0

View file

@ -415,7 +415,7 @@ module.exports = CocoSprite = class CocoSprite extends CocoClass
createMarks: ->
if @thang
allProps = ['visualRange', 'attackRange', 'voiceRange']
allProps = []
allProps = allProps.concat (@thang.hudProperties ? [])
allProps = allProps.concat (@thang.programmableProperties ? [])
allProps = allProps.concat (@thang.moreProgrammableProperties ? [])