This commit is contained in:
Anuken
2019-06-08 10:41:22 -04:00
parent 10bd1d1969
commit e6499f7e5a
6 changed files with 22 additions and 10 deletions
@@ -547,7 +547,7 @@ public class Bullets implements ContentList{
@Override
public void update(Bullet b){
if(b.timer.get(1, 5f)){
Damage.collideLine(b, b.getTeam(), hitEffect, b.x, b.y, b.rot(), length);
Damage.collideLine(b, b.getTeam(), hitEffect, b.x, b.y, b.rot(), length, true);
}
Effects.shake(1f, 1f, b.x, b.y);
}