Fix space ambient music (#33594)
This commit is contained in:
parent
9b55284d39
commit
9985152985
|
|
@ -34,6 +34,6 @@ public sealed partial class GridInRangeRule : RulesRule
|
|||
return !Inverted;
|
||||
}
|
||||
|
||||
return false;
|
||||
return Inverted;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -270,7 +270,7 @@
|
|||
- !type:NearbyAccessRule
|
||||
access:
|
||||
- Engineering
|
||||
range: 3
|
||||
range: 2.5
|
||||
|
||||
- type: rules
|
||||
id: NearMaintenance
|
||||
|
|
|
|||
Loading…
Reference in New Issue