From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:10:56 +0000 (+1100) Subject: Reduce space music grid range (#21630) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=dbd1fa372b8e808eebd227172347f704998c9cd0;p=space-station-14.git 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. --- diff --git a/Resources/Prototypes/audio.yml b/Resources/Prototypes/audio.yml index ecbb5884d1..b06af26d59 100644 --- a/Resources/Prototypes/audio.yml +++ b/Resources/Prototypes/audio.yml @@ -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