Made some events still show messages with intern

This commit is contained in:
Putnam3145
2022-08-29 03:06:21 -07:00
parent cea3c6b7ad
commit 0a31d4cf12
25 changed files with 34 additions and 31 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
CRASH("Anomaly : No valid turfs found for [impact_area] - [impact_area.type]")
/datum/round_event/anomaly/announce(fake)
priority_announce("Localized energetic flux wave detected on long range scanners. Expected location of impact: [impact_area.name].", "Anomaly Alert")
priority_announce("Localized energetic flux wave detected on long range scanners. Expected location of impact: [impact_area.name].", "Anomaly Alert", has_important_message = TRUE)
/datum/round_event/anomaly/start()
var/list/turf/valid = list()