Skip to content

Commit

Permalink
Final polishing 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eschatologue committed Feb 1, 2022
1 parent 2d69427 commit 8804c57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/UAW/content/UAWUnitTypes.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public class UAWUnitTypes implements ContentList {
prov(TankUnitEntity.class, TankUnitEntity::new),
prov(JetUnitEntity.class, JetUnitEntity::new)
};

private static final ObjectIntMap<Class<? extends Entityc>> idMap = new ObjectIntMap<>();

/**
Expand Down Expand Up @@ -505,19 +506,19 @@ public void load() {
}};
}},
new Weapon() {{
controllable = false;
rotate = false;
mirror = false;
shootCone = 90;
inaccuracy = 3f;
x = 0f;
y = 0f;
reload = 4f;
reload = 5f;
shootSound = Sounds.shoot;
ejectEffect = Fx.casing1;
bullet = new TrailBulletType(6f, 15) {{
height = 12f;
width = 6f;
pierceCap = 2;
buildingDamageMultiplier = 0.4f;
maxRange = range;
lifetime = (range / speed) * 1.2f;
Expand Down

0 comments on commit 8804c57

Please sign in to comment.