1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-04-07 19:49:40 +02:00

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