mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Massive announcer/BSA overhaul (#4254)
* oh yeehaw * Update default_announcer.dm * a * Update sound.dm * Delete poweroff.ogg * pref+newshit! * Update preferences.dm * Update preferences.dm * Update preferences.dm * a * Update set_security_level.dm * a * a * a * Update default_announcer.dm * a * a * Update priority_announce.dm * a * Update priority_announce.dm * ERT NOW HAS AN ALERT OPTION * more changes to sounds! ALERTS * Update set_security_level.dm * THSI IS THE WAYSDFSASA * you think you've seen shitcode? just you wait cowboy. * a * Update set_security_level.dm * Update default_announcer.dm * Update set_security_level.dm * Update set_security_level.dm * Update gravitygenerator.dm * BSA AND FIXES! * a * Update bsa_cannon.dm * Update bsa_cannon.dm * aaaaaaaaaaaaaa * Update bsa_cannon.dm * Update bsa_cannon.dm * Update bsa_cannon.dm * a * autodocker * Update modular_skyrat/modules/bsa_overhaul/code/bsa_cannon.dm Co-authored-by: Azarak <azarak10@gmail.com>
This commit is contained in:
@@ -234,7 +234,7 @@
|
||||
var/turf/TO = get_turf(chosen) // the turf of origin we're travelling TO
|
||||
|
||||
playsound(TO, 'sound/effects/phasein.ogg', 100, TRUE)
|
||||
priority_announce("Massive bluespace translocation detected.", "Anomaly Alert")
|
||||
priority_announce("Massive bluespace translocation detected.", "Anomaly Alert", ANNOUNCER_MASSIVEBSPACEANOMALIES) //SKYRAT EDIT CHANGE
|
||||
|
||||
var/list/flashers = list()
|
||||
for(var/mob/living/carbon/C in viewers(TO, null))
|
||||
|
||||
Reference in New Issue
Block a user