RailBulletType pierceCap

This commit is contained in:
Anuken 2023-11-17 18:47:52 -05:00
parent ba6d2fc9e5
commit 4c33eed833

View File

@ -60,7 +60,7 @@ public class RailBulletType extends BulletType{
super.init(b);
b.fdata = length;
Damage.collideLine(b, b.team, b.type.hitEffect, b.x, b.y, b.rotation(), length, false, false);
Damage.collideLine(b, b.team, b.type.hitEffect, b.x, b.y, b.rotation(), length, false, false, pierceCap);
float resultLen = b.fdata;
Vec2 nor = Tmp.v1.trns(b.rotation(), 1f).nor();