Merge pull request #10474 from Putnam3145/fix-traitor-again

[s] Fixes traitors
This commit is contained in:
Ghom
2020-01-08 13:48:12 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -182,7 +182,7 @@
destroy_objective.owner = owner
destroy_objective.find_target()
add_objective(destroy_objective)
else if(prob(30) || (mode.storyteller.flags & NO_ASSASSIN))
else if(prob(30) || (is_dynamic && (mode.storyteller.flags & NO_ASSASSIN)))
var/datum/objective/maroon/maroon_objective = new
maroon_objective.owner = owner
maroon_objective.find_target()