mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Update datum_traitor.dm (#21659)
This commit is contained in:
@@ -162,10 +162,12 @@
|
||||
if(minorObjective)
|
||||
add_objective(minorObjective)
|
||||
if(!(locate(/datum/objective/escape) in objectives))
|
||||
var/datum/objective/escape/escape_objective = new
|
||||
escape_objective.owner = owner
|
||||
add_objective(escape_objective)
|
||||
return
|
||||
if(prob(70)) //doesn't always need to escape
|
||||
var/datum/objective/escape/escape_objective = new
|
||||
escape_objective.owner = owner
|
||||
add_objective(escape_objective)
|
||||
else
|
||||
forge_single_human_objective()
|
||||
|
||||
/datum/antagonist/traitor/proc/forge_ai_objectives()
|
||||
var/objective_count = 0
|
||||
|
||||
Reference in New Issue
Block a user