Reduce space music grid range (#21630)

Don't want it to play if they're on a single spaced tile but 10 is probably overkill.
This commit is contained in:
metalgearsloth
2023-11-13 22:10:56 +11:00
committed by GitHub
parent 5228ece72e
commit dbd1fa372b

View File

@@ -203,14 +203,13 @@
rules:
- !type:AlwaysTrueRule
# TODO: Need to make sure no grids nearby
- type: rules
id: InSpace
rules:
- !type:InSpaceRule
- !type:GridInRangeRule
inverted: true
range: 10
range: 1
# TODO
- type: rules