Made the portal tint slightly more blue

This commit is contained in:
Sollace 2019-02-21 19:21:04 +02:00
parent 600d9f7ce9
commit b11c3b5935

View file

@ -64,7 +64,7 @@ public class SpellPortal extends AbstractSpell.RangedAreaSpell implements IUseAc
@Override
public int getTint() {
return 0x384C38;
return 0x384CA8;
}
@Override