mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-03 13:30:25 +07:00
Let units without weapons patrol
This commit is contained in:
parent
5ec2ee0428
commit
471c8728a0
@ -845,7 +845,7 @@ public class UnitType extends UnlockableContent implements Senseable{
|
||||
}
|
||||
stances = seq.toArray(UnitStance.class);
|
||||
}else{
|
||||
stances = new UnitStance[]{UnitStance.stop};
|
||||
stances = new UnitStance[]{UnitStance.stop, UnitStance.patrol};
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user