Comet False Alarm Bugfix (#21387)

This fixes the bug whereby Comet Expulsions weren't being announced by
False Alarm events.
This commit is contained in:
VMSolidus
2025-09-28 08:09:22 -04:00
committed by GitHub
parent 62cb162039
commit 63fb270cfe
2 changed files with 5 additions and 2 deletions
+1 -2
View File
@@ -161,8 +161,7 @@
our_comet.fire(projectile_angle)
/datum/event/comet_expulsion/announce_start()
. = ..()
/datum/event/comet_expulsion/announce()
command_announcement.Announce("Warning, long range field scanners have detected an unforeseen comet expulsion in collision route with [location_name()].\n\
All hands, assume defense condition, perform evasive maneuvers to avoid collision with the debris cloud. Damage control teams prepare to respond to breaches of the \
vessel perimeter.",
@@ -0,0 +1,4 @@
author: Hellfirejag
delete-after: True
changes:
- bugfix: "Comet Expulsion false alarms will now be falsely reported. Have fun evading a comet that doesn't exist."