mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-02 16:21:01 -04:00
Fixed adding custom programmableProperties to heroes for specific levels.
This commit is contained in:
parent
4d1babb95e
commit
0e56117642
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,8 @@ module.exports = class Level extends CocoModel
|
|||
else if placeholderConfig.programmableMethods
|
||||
# Take the ThangType default Programmable and merge level-specific Component config into it
|
||||
copy = $.extend true, {}, placeholderConfig
|
||||
programmableProperties = levelThangComponent.config?.programmableProperties ? []
|
||||
copy.programmableProperties = _.union programmableProperties, copy.programmableProperties ? []
|
||||
levelThangComponent.config = _.merge copy, levelThangComponent.config
|
||||
else if placeholderConfig.extraHUDProperties
|
||||
levelThangComponent.config ?= {}
|
||||
|
|
Loading…
Add table
Reference in a new issue