Skip to content

Commit 1a9f721

Browse files
committed
announcer
1 parent c88012f commit 1a9f721

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
15 Bytes
Loading

src/overblocks/content/OBUnitTypes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public static void load(){
7777
shootSound = Sounds.bolt;
7878
shootY = 2f;
7979
reload = 18f;
80-
x = 8f;
80+
x = 7f;
8181
recoil = 1f;
8282
rotate = true;
8383
rotationLimit = 50;

src/overblocks/type/OBStatusEffect.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class OBStatusEffect extends StatusEffect{
1515
/** Outline thickness.*/
1616
public int outlineThickness = 3;
1717

18-
/** Damage percentage. Heals if negative.*/
18+
/** Damage percentage per second. Heals if negative.*/
1919
public float damagePercentage;
2020

2121
public OBStatusEffect(String name) {

0 commit comments

Comments
 (0)