From 6af0856de10256c047c8910426a0bae2b35a8f44 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Mon, 4 Sep 2017 05:22:12 -0400 Subject: [PATCH] too tired to find the stringtolowercase function --- code/citadel/cit_crewobjectives.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/citadel/cit_crewobjectives.dm b/code/citadel/cit_crewobjectives.dm index b594c01e2c..58a494fe98 100644 --- a/code/citadel/cit_crewobjectives.dm +++ b/code/citadel/cit_crewobjectives.dm @@ -33,12 +33,12 @@ /datum/objective/crew/proc/setup() -/datum/objective/crew/captain/ +/datum/objective/crew/Captain/ -/datum/objective/crew/captain/hat +/datum/objective/crew/Captain/hat explanation_text = "Don't lose your hat." -/datum/objective/crew/captain/hat/check_completion() +/datum/objective/crew/Captain/hat/check_completion() if(owner.current && owner.current.check_contents_for(/obj/item/clothing/head/caphat)) return 1 else