Merge pull request #6173 from Citadel-Station-13/upstream-merge-36772

[MIRROR] Removes derpartment
This commit is contained in:
LetterJay
2018-03-31 06:22:11 -05:00
committed by GitHub
+2 -2
View File
@@ -675,7 +675,7 @@ GLOBAL_LIST_EMPTY(possible_items_special)
//Picks as many people as it can from a department (Security,Engineer,Medical,Science)
//and tasks the lings with killing and replacing them
/datum/objective/changeling_team_objective/impersonate_department
explanation_text = "Ensure X derpartment are killed, impersonated, and replaced by Changelings"
explanation_text = "Ensure X department are killed, impersonated, and replaced by Changelings"
var/command_staff_only = FALSE //if this is true, it picks command staff instead
var/list/department_minds = list()
var/list/department_real_names = list()
@@ -823,7 +823,7 @@ GLOBAL_LIST_EMPTY(possible_items_special)
//A subtype of impersonate_derpartment
//A subtype of impersonate_department
//This subtype always picks as many command staff as it can (HoS,HoP,Cap,CE,CMO,RD)
//and tasks the lings with killing and replacing them
/datum/objective/changeling_team_objective/impersonate_department/impersonate_heads