Announcement fixes, change most command announcements to event announcements

This commit is contained in:
Markolie
2016-10-25 15:21:16 +02:00
parent b3f505175e
commit ffc74cda0a
47 changed files with 81 additions and 79 deletions
+1 -1
View File
@@ -821,7 +821,7 @@ var/global/trade_dockrequest_timelimit = 0
if(world.time < trade_dockrequest_timelimit || world.time < trade_dock_timelimit)
return
to_chat(usr, "<span class='notice'>Request sent.</span>")
command_announcement.Announce(docking_request_message, "Docking Request")
event_announcement.Announce(docking_request_message, "Docking Request")
trade_dockrequest_timelimit = world.time + 1200 // They have 2 minutes to approve the request.
/obj/machinery/computer/shuttle/trade/sol