Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 4903725

Browse files
committed
aeae
1 parent c6d1621 commit 4903725

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

code/modules/psionics/events/mini_spasms.dm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
// )
2121

2222
// /datum/round_event/minispasm/announce()
23-
// priority_announce( \
24-
// "PRIORITY ALERT: SIGMA-[rand(50,80)] NON-STANDARD PSIONIC SIGNAL-WAVE TRANSMISSION DETECTED - 97% MATCH, NON-VARIANT \
25-
// SIGNAL SOURCE TRIANGULATED TO DISTANT SITE: All personnel are advised to avoid \
26-
// exposure to active audio transmission equipment including radio headsets and intercoms \
23+
// priority_announce(
24+
// "PRIORITY ALERT: SIGMA-[rand(50,80)] NON-STANDARD PSIONIC SIGNAL-WAVE TRANSMISSION DETECTED - 97% MATCH, NON-VARIANT
25+
// SIGNAL SOURCE TRIANGULATED TO DISTANT SITE: All personnel are advised to avoid
26+
// exposure to active audio transmission equipment including radio headsets and intercoms
2727
// for the duration of the signal broadcast.",
2828
// "Central Command Higher Dimensional Affairs")
2929

@@ -68,6 +68,6 @@
6868
// victim.psi.check_latency_trigger(100, "a psionic scream")
6969

7070
// /datum/round_event/minispasm/end()
71-
// priority_announce( \
71+
// priority_announce(
7272
// "PRIORITY ALERT: SIGNAL BROADCAST HAS CEASED. Personnel are cleared to resume use of non-hardened radio transmission equipment. Have a nice day.",
7373
// "Central Command Higher Dimensional Affairs")

0 commit comments

Comments
 (0)