JSON Stuff (#9933)

* why is everything-

* don't shrink

* they're different????????

* varabel

* i cannot ignore it

* check

* a

* missing ops
This commit is contained in:
Mythril382
2024-06-13 05:32:53 +08:00
committed by GitHub
parent 885c173efe
commit b1e683a963
5 changed files with 14 additions and 17 deletions

View File

@@ -83,7 +83,7 @@ public class AIController implements UnitController{
public void updateVisuals(){
if(unit.isFlying()){
unit.wobble();
if(unit.type.wobble) unit.wobble();
unit.lookAt(unit.prefRotation());
}