diff --git a/code/citadel/cit_crewobjectives.dm b/code/citadel/cit_crewobjectives.dm index 76ab337891..71a146fc22 100644 --- a/code/citadel/cit_crewobjectives.dm +++ b/code/citadel/cit_crewobjectives.dm @@ -117,6 +117,7 @@ explanation_text = "Ensure there are at least (Yo something broke here, yell on citadel's codebus discussion channel about this) functioning cyborgs when the shift ends." /datum/objective/crew/researchdirector/cyborgs/New() + . = ..() target_amount = rand(3,20) update_explanation_text() @@ -140,6 +141,7 @@ explanation_text = "Ensure there are at least (Yo something broke here, yell on citadel's codebus discussion channel about this) functioning cyborgs when the shift ends." /datum/objective/crew/roboticist/cyborgs/New() + . = ..() target_amount = rand(3,20) update_explanation_text()