Ahli / sc2xml

11 stars 1 forks source link

Mothership Cloaking Field Behaviour displays as "Unknown" on Unit Info Panel #116

Closed Joshua-Leibold closed 6 months ago

Joshua-Leibold commented 1 year ago

The mothership received a new ability that cloaks units for a duration after activated in Patch 5.0.12 While the mothership is cloaking units surrounding it, it has a behaviour. This behaviour tooltip title displays incorrectly as "Unknown [CloakField]" instead of just "Cloak Field"

https://i.gyazo.com/115dfde80b96097284fd8656b01951e6.mp4

I wish I knew what was causing it

Ahli commented 8 months ago

A fix would be to edit the behavior to use the same name as the other behavior that is added to the cloaked units.

    <CBehaviorBuff id="CloakField">
        <Name value="Behavior/Name/CloakFieldEffect"/>
    </CBehaviorBuff>
Joshua-Leibold commented 6 months ago

Successfully patched live with 5.0.13