mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user