From 9520546277eea333b302e3c8dc22e847641864eb Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 29 Mar 2018 09:34:22 -0400 Subject: [PATCH] Merge pull request #36772 from vuonojenmustaturska/dertpartment Removes derpartment --- code/game/gamemodes/objective.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index 15ddee2669..b678f8cd0e 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -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