Merge pull request #10678 from PsiOmegaDelta/150816-PrivateSay

Makes the private AI channel truly private.
This commit is contained in:
GinjaNinja32
2015-08-16 14:53:38 +01:00
7 changed files with 26 additions and 18 deletions

View File

@@ -30,7 +30,7 @@
var/obj/secbot_listener/listener = null
var/beacon_freq = 1445 // Navigation beacon frequency
var/control_freq = AI_FREQ // Bot control frequency
var/control_freq = BOT_FREQ // Bot control frequency
var/list/path = list()
var/frustration = 0
var/turf/patrol_target = null // This is where we are headed