mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-07 10:34:46 -04:00
Range radii - Some cleanup
This commit is contained in:
parent
ea24ae2fd8
commit
8f5e8efce0
1 changed files with 1 additions and 1 deletions
|
@ -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 ? [])
|
||||
|
|
Loading…
Add table
Reference in a new issue