v2.3.0: fixed boss HP bar retaining bleed value when not assigned
This commit is contained in:
@@ -219,7 +219,7 @@ public class BossHealthBar extends Component {
|
||||
}
|
||||
|
||||
public static boolean isBleeding(){
|
||||
return bleeding;
|
||||
return isAssigned() && bleeding;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user