Fixed turrets saving ammo / Duo buff / Ammo display / Map saves break

This commit is contained in:
Anuken
2019-02-07 10:11:16 -05:00
parent cee9d86835
commit c2919f7e7a
5 changed files with 28 additions and 6 deletions
@@ -30,6 +30,7 @@ public class Palette{
lightishGray = Color.valueOf("a2a2a2"),
darkishGray = new Color(0.3f, 0.3f, 0.3f, 1f),
darkerGray = new Color(0.2f, 0.2f, 0.2f, 1f),
ammo = Color.valueOf("ff8947"),
boostTo = Color.valueOf("ffad4d"),
boostFrom = Color.valueOf("ff7f57"),