Fix arrival announcements (#86928)

## About The Pull Request
Fixes the automated announcement system not automatically announcing
arrivals
## Why It's Good For The Game
bu g
## Changelog
🆑
fix: The automated announcement system once more announces new arrivals
to the station.
/🆑
This commit is contained in:
FlufflesTheDog
2024-09-28 20:08:51 +02:00
committed by GitHub
parent 17e376c44c
commit 23be46e327
+2 -2
View File
@@ -97,12 +97,12 @@ GLOBAL_LIST_EMPTY(announcement_systems)
switch(message_type)
if(AUTO_ANNOUNCE_ARRIVAL)
if(!arrival_toggle)
message = CompileText(arrival, target, rank)
return
message = CompileText(arrival, target, rank)
if(AUTO_ANNOUNCE_NEWHEAD)
if(!newhead_toggle)
message = CompileText(newhead, target, rank)
return
message = CompileText(newhead, target, rank)
if(AUTO_ANNOUNCE_ARRIVALS_BROKEN)
message = "The arrivals shuttle has been damaged. Docking for repairs..."
if(AUTO_ANNOUNCE_NODE)