i hate changelings
i hate changelings i hate changelings i hate changelings i hate changelings i hate changelings i hate changelings i hate changelings i hate changelings i hate changelings i hate changelings
This commit is contained in:
@@ -442,19 +442,19 @@
|
|||||||
kill_objective.find_target()
|
kill_objective.find_target()
|
||||||
objectives += kill_objective
|
objectives += kill_objective
|
||||||
|
|
||||||
else
|
/*else
|
||||||
var/datum/objective/maroon/maroon_objective = new
|
var/datum/objective/maroon/maroon_objective = new
|
||||||
maroon_objective.owner = owner
|
maroon_objective.owner = owner
|
||||||
if(team_mode)
|
if(team_mode)
|
||||||
maroon_objective.find_target_by_role(role = ROLE_CHANGELING, role_type = 1, invert = 1)
|
maroon_objective.find_target_by_role(role = ROLE_CHANGELING, role_type = 1, invert = 1)
|
||||||
else
|
else
|
||||||
maroon_objective.find_target()
|
maroon_objective.find_target()
|
||||||
objectives += maroon_objective
|
objectives += maroon_objective*/
|
||||||
|
|
||||||
if (!(locate(/datum/objective/escape) in objectives) && escape_objective_possible)
|
if (!(locate(/datum/objective/escape) in objectives) && escape_objective_possible)
|
||||||
var/datum/objective/escape/escape_with_identity/identity_theft = new
|
var/datum/objective/escape/escape_with_identity/identity_theft = new
|
||||||
identity_theft.owner = owner
|
identity_theft.owner = owner
|
||||||
identity_theft.target = maroon_objective.target
|
identity_theft.target = kill_objective.target
|
||||||
identity_theft.update_explanation_text()
|
identity_theft.update_explanation_text()
|
||||||
objectives += identity_theft
|
objectives += identity_theft
|
||||||
escape_objective_possible = FALSE
|
escape_objective_possible = FALSE
|
||||||
|
|||||||
Reference in New Issue
Block a user