This commit is contained in:
Buj 2026-03-04 21:35:50 +08:00 committed by GitHub
commit f37d42894b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -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){

View file

@ -19,6 +19,7 @@ public enum LogicRule{
dragMultiplier,
ban,
unban,
pvpAutoPause,
//team specific
buildSpeed,