Replaces the ghost role alert ping with an unique sound, and decreases ghost window highlight spam (#23586)

* A commit

* Make it louder

* Golem flash cooldown
This commit is contained in:
Daylight
2024-01-06 21:44:47 +00:00
committed by GitHub
parent a432beb4d3
commit 7caf286dd9
5 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ SUBSYSTEM_DEF(ghost_spawns)
var/category = "[P.hash]_notify_action"
var/notice_sound = sound('sound/misc/notice2.ogg')
var/notice_sound = sound('sound/effects/ghost_ping.ogg')
for(var/mob/M in (GLOB.player_list))
if(!is_eligible(M, role, antag_age_check, role, min_hours, check_antaghud))
continue