doadin / Plexus

Other
9 stars 2 forks source link

[Bug] Normal form don't show the energybar #37

Closed Rubyurek closed 3 years ago

Rubyurek commented 3 years ago

Describe the bug When i switch from the Cat form to the normal form it shows the energybar. I test it with the bear form and that works perfectly, but only the Cat Form made this problem.

To Reproduce Steps to reproduce the behavior:

  1. Go to Cat Form
  2. Get out of the Cat Form
  3. Look Ressourcebar (Its the Energybar)

Expected behavior When i'm going ot of stance then it must show the manabar.

Screenshots wtf

Desktop (please complete the following information):

doadin commented 3 years ago

This is due to resource value not changing/unit resoruce event not firing from the game when chaning forms, the second any of the unit resources change it should change however, hopefully bbad63db03583185c52655f09dbe6fe7ef94557d will fix this by updating the resource when auras change which druid forms do apply an aura so should trigger. This commit should be released soon.