Makes ling kill objectives kill-once

This commit is contained in:
Putnam
2020-04-20 14:39:43 -07:00
parent 24370db5eb
commit 75ef1c3731
@@ -430,7 +430,7 @@
objectives += destroy_objective
else
if(prob(70))
var/datum/objective/assassinate/kill_objective = new
var/datum/objective/assassinate/once/kill_objective = new
kill_objective.owner = owner
if(team_mode) //No backstabbing while in a team
kill_objective.find_target_by_role(role = ROLE_CHANGELING, role_type = 1, invert = 1)