I'm overriding Morphling with "AbilityLayout" "6", which worked fine prior to the Reborn update. However, now the ability bar only shows 5 abilities (with the sixth ability very small and in the bottom-right, like you would expect to see when a unit has more visible abilities than its AbilityLayout).
Code:
//================================================================================================================= // HERO: Morphling //================================================================================================================= "npc_dota_hero_morphling" { "override_hero" "npc_dota_hero_morphling" "AbilityLayout" "6" "Ability1" "morphling_adaptive_strike_rook" "Ability2" "morphling_essence_shift_rook" "Ability3" "morphling_morph_str_rook" "Ability4" "morphling_morph_agi_rook" "Ability5" "morphling_morph_int_rook" "Ability6" "morphling_replicate_rook" "Ability7" "attribute_bonus" "Ability8" "morphling_primary_attribute_innate_rook" "AttributeIntelligenceGain" "2.0" // Intelligence bonus per level. }
Comment