Merge pull request #11958 from Putnam3145/ling-kill-once

Makes ling kill objectives kill-once
This commit is contained in:
Ghom
2020-04-22 04:05:06 +02:00
committed by GitHub
@@ -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)