mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 23:27:59 +01:00
Made the portal tint slightly more blue
This commit is contained in:
parent
600d9f7ce9
commit
b11c3b5935
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class SpellPortal extends AbstractSpell.RangedAreaSpell implements IUseAc
|
|||
|
||||
@Override
|
||||
public int getTint() {
|
||||
return 0x384C38;
|
||||
return 0x384CA8;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue