mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-11 16:14:08 +01:00
Fixes punctuation on the flux anomaly announcement (#76874)
## About The Pull Request Fixes an errant period between two text defines. ANOMALY_ANNOUNCE_DANGEROUS_TEXT ends with "Detected location:" and is expected to be followed up with by the impact area, not a period. ## Why It's Good For The Game Makes one sentence slightly more readable. ## Changelog 🆑 Rhials spellcheck: removes an errant period from the flux anomaly announcement. /🆑
This commit is contained in:
@@ -15,4 +15,4 @@
|
||||
anomaly_path = /obj/effect/anomaly/flux
|
||||
|
||||
/datum/round_event/anomaly/anomaly_flux/announce(fake)
|
||||
priority_announce("Hyper-energetic flux wave detected on [ANOMALY_ANNOUNCE_DANGEROUS_TEXT]. [impact_area.name].", "Anomaly Alert")
|
||||
priority_announce("Hyper-energetic flux wave detected on [ANOMALY_ANNOUNCE_DANGEROUS_TEXT] [impact_area.name].", "Anomaly Alert")
|
||||
|
||||
Reference in New Issue
Block a user