mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user