From 855455a6cad93699d511f7f9a3b11e1ff4473517 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Tue, 5 Sep 2017 22:27:27 -0400 Subject: [PATCH] nerfs runtimes, buffs memory retention --- code/citadel/cit_crewobjectives.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/citadel/cit_crewobjectives.dm b/code/citadel/cit_crewobjectives.dm index 4075e669ad..194e8682ae 100644 --- a/code/citadel/cit_crewobjectives.dm +++ b/code/citadel/cit_crewobjectives.dm @@ -404,7 +404,7 @@ explanation_text = "Ensure that the " for(var/i in 1 to areas.len) var/area/A = areas[i] - explanation_text += "[A.name]" + explanation_text += "[A]" if(i != areas.len && areas.len >= 3) explanation_text += ", " if(i == areas.len - 1)