mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user