-Attempted fix for messages being sent twice. I added a variable to keep the "spawn(10) recent_messages = list()" in sync, so only one broadcaster can do it at a time. Added the frequency of the message, so you can send the same message on multiple frequencies via multiple radios.

-Added an "in machines", for the AI call shuttle proc, so it doesn't look in the world.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4640 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-09-07 04:39:44 +00:00
parent 21c60a21bd
commit 65a4545784
2 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -222,7 +222,7 @@
// hack to display shuttle timer
if(emergency_shuttle.online)
var/obj/machinery/computer/communications/C = locate() in world
var/obj/machinery/computer/communications/C = locate() in machines
if(C)
C.post_status("shuttle")