mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-12 01:41:18 -07:00
Merge c902817997 into d3b4943c55
This commit is contained in:
commit
f37d42894b
2 changed files with 2 additions and 0 deletions
|
|
@ -1626,6 +1626,7 @@ public class LExecutor{
|
|||
state.rules.bannedUnits.remove(u);
|
||||
}
|
||||
}
|
||||
case pvpAutoPause -> state.rules.pvpAutoPause = value.bool();
|
||||
case unitHealth, unitBuildSpeed, unitMineSpeed, unitCost, unitDamage, blockHealth, blockDamage, buildSpeed, rtsMinSquad, rtsMinWeight -> {
|
||||
Team team = p1.team();
|
||||
if(team != null){
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ public enum LogicRule{
|
|||
dragMultiplier,
|
||||
ban,
|
||||
unban,
|
||||
pvpAutoPause,
|
||||
|
||||
//team specific
|
||||
buildSpeed,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue