From 7e1d0afac793c1aeb0baa67ac77b2c5506aaff66 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Sat, 23 Sep 2017 01:40:47 -0400 Subject: [PATCH] fixes runtimes --- code/citadel/crew_objectives/cit_crewobjectives_civilian.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/citadel/crew_objectives/cit_crewobjectives_civilian.dm b/code/citadel/crew_objectives/cit_crewobjectives_civilian.dm index ddcb20dfce..ca884977b9 100644 --- a/code/citadel/crew_objectives/cit_crewobjectives_civilian.dm +++ b/code/citadel/crew_objectives/cit_crewobjectives_civilian.dm @@ -177,7 +177,7 @@ /datum/objective/crew/assistant/pwrgame //ported from Goon var/obj/item/clothing/targettidegarb - explanation_text = "Get your grubby hands on a [Dear god something broke. Report this to Citadel's development dicussion channel]." + explanation_text = "Get your grubby hands on a (Dear god something broke. Report this to Citadel's development dicussion channel)." /datum/objective/crew/assistant/pwrgame/New() . = ..() @@ -211,7 +211,7 @@ explanation_text += "gross grabbers " else explanation_text += "grubby hands " - explanation_text += "on a space suit."//replace this if you're making this monstrosity work */ + explanation_text += "on a space suit." replace this if you're making this monstrosity work */ /datum/objective/crew/assistant/pwrgame/check_completion() if(owner.current && owner.current.check_contents_for(typesof(targettidegarb)))