Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions code/modules/antagonists/changeling/changeling.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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()
Expand Down