From 71ae5732601b56c8656105603c6d0b5ae95955bc Mon Sep 17 00:00:00 2001 From: deathride58 Date: Tue, 5 Sep 2017 18:03:34 -0400 Subject: [PATCH] patches ANOTHER runtime. jesus im bad at this --- code/citadel/cit_crewobjectives.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/citadel/cit_crewobjectives.dm b/code/citadel/cit_crewobjectives.dm index e2ddb0572b..82871c44f5 100644 --- a/code/citadel/cit_crewobjectives.dm +++ b/code/citadel/cit_crewobjectives.dm @@ -237,7 +237,7 @@ /datum/objective/crew/chiefmedicalofficer/chems/update_explanation_text() . = ..() - explanation_text = "Ensure at least [target_amount] living crew members have [chempath.name] in their bloodstream when the shift ends." + explanation_text = "Ensure at least [target_amount] living crew members have [initial(chempath.name)] in their bloodstream when the shift ends." /datum/objective/crew/chiefmedicalofficer/chems/check_completion() var/gotchems = target_amount @@ -283,7 +283,7 @@ /datum/objective/crew/chemist/chems/update_explanation_text() . = ..() - explanation_text = "Ensure at least [target_amount] living crew members have [chempath.name] in their bloodstream when the shift ends." + explanation_text = "Ensure at least [target_amount] living crew members have [initial(chempath.name)] in their bloodstream when the shift ends." /datum/objective/crew/chemist/chems/check_completion() var/gotchems = target_amount