Improved Fire Overlay

Improved Fire Overlay

22k Downloads

Change the color condition

Julienraptor01 opened this issue ยท 1 comments

commented

The mod is kinda misleading currently as you have the blue fire on you even if you are not in blue fire anymore.
To make the fire color you have on you to match the damage point you get it should be like this

if in blue fire block
    take 2 damage
    so color should be blue
if in orange fire block
    take 1 damage
    so color should be orange
if out of any fire block but still burning
    take 1 damage
    so color should be orange

Compared to the current situation which is

if in blue fire block
    take 2 damage
    color is blue
if in orange fire block
    take 1 damage
    so color should be orange
if out of any fire block but still burning and your last was blue
    take 1 damage
    color is blue
if out of any fire block but still burning and your last was orange
    take 1 damage
    color is orange

as you can see in third case here the damage and color doesn't match

commented

Adding option to change the way it works through mod menu.