mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-16 02:17:19 +01:00
Revert "Merge pull request #926 from MalricB/sus"
This reverts commitcbc7993239, reversing changes made toc453ed509f.
This commit is contained in:
@@ -33,7 +33,11 @@
|
||||
nextuse = world.time + 5 MINUTES
|
||||
broadcasting_emergency--
|
||||
|
||||
/obj/machinery/emergencybutton/proc/adminabuse() //used to be emag_act() but i'd rather not have hate mail about interrupted ERP
|
||||
/obj/machinery/emergencybutton/emag_act(mob/user)
|
||||
if(obj_flags & EMAGGED)
|
||||
return
|
||||
req_access = list()
|
||||
req_one_access = list()
|
||||
playsound(src, "sparks", 100, 1)
|
||||
for(var/mob/M in GLOB.player_list)
|
||||
SEND_SOUND(M, sound('sound/effects/emergency.ogg'))
|
||||
|
||||
Reference in New Issue
Block a user