mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
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:
@@ -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."
|
||||
Reference in New Issue
Block a user