mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-05 13:08:20 +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);
|
stances = seq.toArray(UnitStance.class);
|
||||||
}else{
|
}else{
|
||||||
stances = new UnitStance[]{UnitStance.stop};
|
stances = new UnitStance[]{UnitStance.stop, UnitStance.patrol};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user