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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user