diff --git a/code/citadel/cit_crewobjectives.dm b/code/citadel/cit_crewobjectives.dm
index 172f1b59d3..6b620215b4 100644
--- a/code/citadel/cit_crewobjectives.dm
+++ b/code/citadel/cit_crewobjectives.dm
@@ -30,7 +30,6 @@
newObjective.owner = crewMind
crewMind.objectives += newObjective
to_chat(crewMind, "Your objective: [newObjective.explanation_text]")
- //crewMind.announce_objectives()
/datum/objective/crew/
explanation_text = "Yell on the development discussion channel on Citadels discord if this ever shows up. Something just broke here, dude"
diff --git a/code/citadel/cit_miscreants.dm b/code/citadel/cit_miscreants.dm
index cc5a3afa98..f33f6815af 100644
--- a/code/citadel/cit_miscreants.dm
+++ b/code/citadel/cit_miscreants.dm
@@ -22,7 +22,6 @@
to_chat(crewMind, "You are a Miscreant.")
to_chat(crewMind, "Pursuing your objective is entirely optional, but it isn't tracked. Performing traitorous acts not directly related to your objective may result in permanent termination of your employment.")
to_chat(crewMind, "Your objective: [newObjective.explanation_text]")
- //crewMind.announce_objectives()
/datum/objective/miscreant
explanation_text = "Something broke. Horribly. Dear god, im so sorry. Yell about this in the development discussion channel of citadels discord."
@@ -35,9 +34,6 @@
/datum/objective/miscreant/incompetent
explanation_text = "Be as useless and incompetent as possible without getting killed."
-/datum/objective/miscreant/strike
- explanation_text = "Try to convince your department to go on strike, and refuse to do any work."
-
/datum/objective/miscreant/litterbug
explanation_text = "Make a huge mess wherever you go."
@@ -56,9 +52,6 @@
/datum/objective/miscreant/whiny
explanation_text = "Complain incessantly about every minor issue you find."
-/datum/objective/miscreant/damage
- explanation_text = "Cause as much property damage as possible without actually harming anyone."
-
/* Citadel's Miscreant Objectives */
/datum/objective/miscreant/immersions