mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-27 07:50:54 -07:00
Fixed fuse length being less than expected
This commit is contained in:
parent
a4375f9c85
commit
b601dc5deb
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ public class Damage{
|
|||
|
||||
collideLine(b, b.team, b.type.hitEffect, b.x, b.y, b.rotation(), resultLength, large);
|
||||
|
||||
b.fdata = furthest != null ? resultLength : length;
|
||||
b.fdata = resultLength;
|
||||
|
||||
return resultLength;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue