Initial Vestige mech implementation

This commit is contained in:
Anuken
2020-09-04 14:27:55 -04:00
parent c7522ff89f
commit ee2b099799
21 changed files with 4308 additions and 4126 deletions

View File

@@ -224,7 +224,7 @@ public class ForceProjector extends Block{
@Replace
@Override
public float clipSize(){
return build.realRadius() * 2.5f;
return build.realRadius() * 3f;
}
}
}