Decrease chance for Destroy AI objective.

A lot of autotraitor/traitor+ling rounds have had most of the traitors
having to kill the AI.
This commit is contained in:
DZD
2015-02-09 15:53:04 -05:00
parent 7cb213b1cd
commit 4e15500d45

View File

@@ -107,7 +107,7 @@
assign_exchange_role(exchange_blue)
else
var/list/active_ais = active_ais()
if(active_ais.len && prob(100/num_players()))
if(active_ais.len && prob(100/(num_players()*3)))
var/datum/objective/destroy/destroy_objective = new
destroy_objective.owner = traitor
destroy_objective.find_target()