mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-06 15:42:28 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user