From feca8d6bf40ef01e1fa217a95743c52a77299bd7 Mon Sep 17 00:00:00 2001 From: Actualcatmoment Date: Tue, 18 Jun 2024 09:10:11 +0800 Subject: [PATCH 1/2] Searchlight Air-Alarm Fix (#1523) The searchlight has an incorrecty confirgured air alarm. This fixes it. --- Resources/Maps/_NF/Shuttles/searchlight.yml | 52 ++++++++++++++++----- 1 file changed, 41 insertions(+), 11 deletions(-) diff --git a/Resources/Maps/_NF/Shuttles/searchlight.yml b/Resources/Maps/_NF/Shuttles/searchlight.yml index e59162efa7b..bc484639fca 100644 --- a/Resources/Maps/_NF/Shuttles/searchlight.yml +++ b/Resources/Maps/_NF/Shuttles/searchlight.yml @@ -252,31 +252,31 @@ entities: 0: 275 0,-1: 0: 13079 - 2: 2048 + 1: 2048 -1,0: 0: 8 0,1: - 1: 16 + 2: 16 1,0: - 2: 13107 + 1: 13107 1,-1: - 2: 14080 + 1: 14080 0: 3 1,1: - 2: 4371 + 1: 4371 -1,-3: 0: 60552 - 2: 2 + 1: 2 -1,-2: 0: 52974 -1,-1: - 2: 1 + 1: 1 0: 34828 -1,-4: 0: 32768 0,-3: 0: 29475 - 2: 8 + 1: 8 3: 34816 0,-2: 0: 32755 @@ -284,7 +284,7 @@ entities: 0: 8192 1,-3: 3: 4096 - 2: 16384 + 1: 16384 1,-2: 0: 13104 uniqueMixes: @@ -304,7 +304,7 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.15 + immutable: True moles: - 0 - 0 @@ -319,7 +319,7 @@ entities: - 0 - 0 - volume: 2500 - immutable: True + temperature: 293.15 moles: - 0 - 0 @@ -371,6 +371,10 @@ entities: - 279 - 272 - 271 + - 325 + - 236 + - 180 + - 219 - type: AccessReader enabled: False - type: Emagged @@ -1479,6 +1483,9 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,-0.5 parent: 1 + - type: DeviceNetwork + configurators: + - invalid - type: AtmosPipeColor color: '#0000CCFF' - uid: 325 @@ -1487,6 +1494,11 @@ entities: rot: 3.141592653589793 rad pos: 0.5,-8.5 parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 270 - type: AtmosPipeColor color: '#0000CCFF' - proto: GasVentScrubber @@ -1497,6 +1509,11 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,-3.5 parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 270 - type: AtmosPipeColor color: '#990000FF' - uid: 219 @@ -1505,6 +1522,11 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,-4.5 parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 270 - type: AtmosPipeColor color: '#990000FF' - uid: 236 @@ -1513,6 +1535,11 @@ entities: rot: 3.141592653589793 rad pos: 1.5,-8.5 parent: 1 + - type: DeviceNetwork + configurators: + - invalid + deviceLists: + - 270 - type: AtmosPipeColor color: '#990000FF' - uid: 243 @@ -1520,6 +1547,9 @@ entities: - type: Transform pos: 1.5,-0.5 parent: 1 + - type: DeviceNetwork + configurators: + - invalid - type: AtmosPipeColor color: '#990000FF' - uid: 261 From dbd02845ef9c93fef53a810e5a5ad085e121228c Mon Sep 17 00:00:00 2001 From: FrontierATC Date: Tue, 18 Jun 2024 01:10:37 +0000 Subject: [PATCH 2/2] Automatic Changelog (#1523) --- Resources/Changelog/Changelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index c39b3fc1184..693e6782744 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -5127,3 +5127,11 @@ Entries: message: Updated Frontier Outpost. id: 5045 time: '2024-06-16T23:24:16.0000000+00:00' +- author: Actualcatmoment + changes: + - type: Fix + message: >- + connected air vent and scrubber to the rear air alarm in the + searchlight. + id: 5046 + time: '2024-06-18T01:10:11.0000000+00:00'