From cb2f3b72c1100725a8c73f387e1a08e84582416f Mon Sep 17 00:00:00 2001 From: Hopek Date: Fri, 20 Mar 2020 22:22:18 -0500 Subject: [PATCH] Removes useless variable in the changeling file --- code/modules/antagonists/changeling/changeling.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/antagonists/changeling/changeling.dm b/code/modules/antagonists/changeling/changeling.dm index aacfd506fb31..6d1f51a0a249 100644 --- a/code/modules/antagonists/changeling/changeling.dm +++ b/code/modules/antagonists/changeling/changeling.dm @@ -12,7 +12,6 @@ var/you_are_greet = TRUE var/give_objectives = TRUE var/team_mode = FALSE //Should assign team objectives ? - var/competitive_objectives = FALSE //Should we assign objectives in competition with other lings? //Changeling Stuff @@ -51,7 +50,6 @@ continue if(C.was_absorbed) //make sure the other ling wasn't already killed by another one. only matters if the changeling that absorbed them was gibbed after. continue - competitive_objectives = TRUE break /datum/antagonist/changeling/Destroy()