From dda6e59817116491d6d852e13bb0ab0e399bad73 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Tue, 5 Sep 2017 21:49:00 -0400 Subject: [PATCH] I haven't had a breath of fresh air for two days now --- 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 636c618f64..322b88a7eb 100644 --- a/code/citadel/cit_crewobjectives.dm +++ b/code/citadel/cit_crewobjectives.dm @@ -392,7 +392,7 @@ var/list/areas = list() explanation_text = "Ensure sure that (Yo, something broke. Yell about this in citadels devlopmeent discussion channel.) remain spotless at the end of the shift." -/datum/objective/crew/janitor/clean/new() +/datum/objective/crew/janitor/clean/New() . = ..() var/list/possibleareas = GLOB.teleportlocs for(var/i in 1 to rand(1,4))