Louder drone pings (#93484)

## About The Pull Request

Makes the drone ping alert appear larger in chat

## Why It's Good For The Game

Drones have this nifty ping system to call each other to areas in need
of droning, but the ping alert is extremely difficult to notice in chat.
This makes it larger and louder.
## Changelog
🆑

qol: Drone pings are now louder
/🆑
This commit is contained in:
L0pz
2025-10-22 00:48:44 +03:00
committed by GitHub
parent 3a1073ba0b
commit 72732c1f76
+1 -1
View File
@@ -30,5 +30,5 @@
var/area/A = get_area(loc)
if(alert_s && A && stat != DEAD)
var/msg = span_boldnotice("DRONE PING: [name]: [alert_s] priority alert in [A.name]!")
var/msg = span_big("DRONE PING: [name]: [alert_s] priority alert in [A.name]!")
alert_drones(msg)