Adds jump link to the message

Also adds a way to switch back from instagib mode.
This commit is contained in:
Shadowlight213
2016-05-06 16:10:29 -07:00
parent e4c428d390
commit 04be48cebd
2 changed files with 25 additions and 6 deletions
+2 -1
View File
@@ -534,8 +534,9 @@
for(var/obj/machinery/capture_the_flag/CTF in machines)
ctf_enabled = !CTF.ctf_enabled
CTF.ctf_enabled = !CTF.ctf_enabled
CTF.TellGhost()
message_admins("[key_name_admin(usr)] has [ctf_enabled? "enabled" : "disabled"] CTF!")
notify_ghosts("CTF has been [ctf_enabled? "enabled" : "disabled"]!")
notify_ghosts("CTF has been [ctf_enabled? "enabled" : "disabled"]!",'sound/effects/ghost2.ogg')
if(E)
E.processing = 0