Fix space ambient music (#33594)
This commit is contained in:
@@ -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
|
||||
@@ -320,7 +320,7 @@
|
||||
components:
|
||||
- type: Morgue
|
||||
range: 3
|
||||
|
||||
|
||||
- type: rules
|
||||
id: NearSpookyFog
|
||||
rules:
|
||||
|
||||
Reference in New Issue
Block a user