mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
AI's couldn't speak, should probably fix it.
This commit is contained in:
@@ -77,6 +77,10 @@
|
||||
var/usealienwhitelist = 0
|
||||
var/limitalienplayers = 0
|
||||
var/alien_to_human_ratio = 0.5
|
||||
|
||||
//used to determine if cyborgs/AI can speak
|
||||
var/silent_ai = 0
|
||||
var/silent_borg = 0
|
||||
|
||||
var/server
|
||||
var/banappeals
|
||||
@@ -566,6 +570,10 @@
|
||||
config.emag_recharge_rate = value
|
||||
if("emag_recharge_ticks")
|
||||
config.emag_recharge_ticks = value
|
||||
if("silent_ai")
|
||||
config.silent_ai = 1
|
||||
if("silent_borg")
|
||||
config.silent_borg = 1
|
||||
else
|
||||
diary << "Unknown setting in configuration: '[name]'"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user