Hastily implemented final endgame turret

This commit is contained in:
Anuken 2022-07-09 00:33:15 -04:00
parent 8b0a86e883
commit 311118ae58
41 changed files with 349 additions and 34 deletions

View file

@ -1611,7 +1611,7 @@ public class Fx{
}
}),
shootSmokeRavage = new Effect(70f, e -> {
shootSmokeSmite = new Effect(70f, e -> {
rand.setSeed(e.id);
for(int i = 0; i < 13; i++){
float a = e.rotation + rand.range(30f);