just to make sure nothing breaks

This commit is contained in:
deathride58
2017-09-04 22:45:53 -04:00
parent 3d4d2d7024
commit dce076f76b
+2
View File
@@ -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()