T4 air carrier unit (*unfinished*)

This commit is contained in:
Anuken
2020-09-20 19:34:12 -04:00
parent 401384ae5b
commit 63e35bd462
20 changed files with 4442 additions and 4160 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ public class Effect{
}
public Effect(float life, Cons<EffectContainer> renderer){
this(life, 32f, renderer);
this(life,50f, renderer);
}
public Effect ground(){