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 !Inverted;
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return Inverted;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -270,7 +270,7 @@
|
||||||
- !type:NearbyAccessRule
|
- !type:NearbyAccessRule
|
||||||
access:
|
access:
|
||||||
- Engineering
|
- Engineering
|
||||||
range: 3
|
range: 2.5
|
||||||
|
|
||||||
- type: rules
|
- type: rules
|
||||||
id: NearMaintenance
|
id: NearMaintenance
|
||||||
|
|
@ -320,7 +320,7 @@
|
||||||
components:
|
components:
|
||||||
- type: Morgue
|
- type: Morgue
|
||||||
range: 3
|
range: 3
|
||||||
|
|
||||||
- type: rules
|
- type: rules
|
||||||
id: NearSpookyFog
|
id: NearSpookyFog
|
||||||
rules:
|
rules:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue