mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
super cool powerloss sound
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
|
||||
/datum/event/grid_check/start()
|
||||
power_failure(0)
|
||||
for(var/mob/M in GLOB.player_list)
|
||||
if(!M.client)
|
||||
continue
|
||||
SEND_SOUND(M, sound('sound/effects/powerloss.ogg'))
|
||||
|
||||
/datum/event/grid_check/announce()
|
||||
event_announcement.Announce("Abnormal activity detected in [station_name()]'s powernet. As a precautionary measure, the station's power will be shut off for an indeterminate duration.", "Automated Grid Check", new_sound = 'sound/AI/poweroff.ogg')
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user