MNoya / BuildingHelper

Library for RTS & TD Dota Custom Games
GNU General Public License v3.0
37 stars 14 forks source link

ability_building not leveled up #12

Closed Septica closed 8 years ago

Septica commented 8 years ago

I suspect that this was not intended. Seems like u forgot to level up ability_building. This make the modifier_building which gives magic immunity, root, deniability, low attack priority, and no collision not applied

MNoya commented 8 years ago

oops

Not even sure why I am not applying modifier_building directly. Will make a lua modifier for it and apply it directly (changing the detection of buildings to unit:HasModifier("modifier_building"))