Skip to content

Commit

Permalink
Небольшое изменение к пси сигналу (#2880)
Browse files Browse the repository at this point in the history
Co-authored-by: Builder13 <[email protected]>
  • Loading branch information
Builder-13 and Builder13 authored Dec 16, 2024
1 parent 4866e44 commit 793e5a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mods/_master_files/code/modules/psionics/events/mini_spasm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
/datum/event/minispasm/end()
priority_announcement.Announce( \
"PRIORITY ALERT: SIGNAL BROADCAST HAS CEASED. Personnel are cleared to resume use of non-hardened radio transmission equipment. Have a nice day.", \
"Cuchulain Sensor Array Automated Message", \
new_sound = 'packs/infinity/sound/misc/foundation_restore.ogg' )
"Cuchulain Sensor Array Automated Message")
var/new_sound = 'packs/infinity/sound/misc/foundation_restore.ogg'
sound_to(world, sound(new_sound))

/datum/event/minispasm/do_spasm(mob/living/victim, obj/item/device/radio/source)
set waitfor = 0
Expand Down

0 comments on commit 793e5a4

Please sign in to comment.