Skip to content

Commit 40a33d5

Browse files
committed
Unit things2
1 parent f1e4a64 commit 40a33d5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/exogenesis/content/ExoBlocks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ Items.surgeAlloy, new ShrapnelBulletType(){{
511511
}};
512512
maxSpeedupScl = 24f;
513513
speedupPerShoot = 0.3f;
514-
inaccuracyUp = 1;
514+
inaccuracyUp = 0.1f;
515515
overheatTime = 600f;
516516
reload = 70f;
517517
range = 200f;

src/exogenesis/graphics/ExoPal.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ public class ExoPal {
1111
starWhite = Color.valueOf("d7e6e9"),
1212
prometheusColor = Color.valueOf("feb380"),
1313

14-
indigoFront = Color.valueOf("957eff"),
15-
indigoBack = Color.valueOf("5c3ee6"),
14+
indigoFront = Color.valueOf("cec4ff"),
15+
indigoBack = Color.valueOf("957eff"),
1616
copperFront = Color.valueOf("d3ffeb"),
1717
copperBack = Color.valueOf("7ac1a7"),
1818
leadFront = Color.valueOf("d2c4ff"),

0 commit comments

Comments
 (0)