From 3083fc82f0209fd5d78302ca7fc5148d46c7a2bd Mon Sep 17 00:00:00 2001 From: Raeschen Date: Mon, 5 Feb 2018 19:39:26 +0100 Subject: [PATCH] Changed/removed some miscreant objectives. --- code/citadel/cit_miscreants.dm | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/code/citadel/cit_miscreants.dm b/code/citadel/cit_miscreants.dm index 7238283dc6..506189bc99 100644 --- a/code/citadel/cit_miscreants.dm +++ b/code/citadel/cit_miscreants.dm @@ -30,8 +30,8 @@ /* Goon's Miscreant Objectives */ -/datum/objective/miscreant/blockade - explanation_text = "Try to completely block off access to an area, under the pretense that it's too dangerous." +///datum/objective/miscreant/blockade +// explanation_text = "Try to completely block off access to an area, under the pretense that it's too dangerous." /datum/objective/miscreant/incompetent explanation_text = "Be as useless and incompetent as possible without getting killed." @@ -39,17 +39,17 @@ /datum/objective/miscreant/litterbug explanation_text = "Make a huge mess wherever you go." -/datum/objective/miscreant/stalk - explanation_text = "Single out a crew member and stalk them everywhere." +///datum/objective/miscreant/stalk +// explanation_text = "Single out a crew member and stalk them everywhere." /datum/objective/miscreant/creepy explanation_text = "Sneak around looking as suspicious as possible without actually doing anything illegal." -/datum/objective/miscreant/construction - explanation_text = "Perform obnoxious construction and renovation projects. Insist that you're just doing your job." +///datum/objective/miscreant/construction +// explanation_text = "Perform obnoxious construction and renovation projects. Insist that you're just doing your job." -/datum/objective/miscreant/access - explanation_text = "Make as much of the station as possible accessible to the public." +///datum/objective/miscreant/access +// explanation_text = "Make as much of the station as possible accessible to the public." //instigates greytiding /datum/objective/miscreant/whiny explanation_text = "Complain incessantly about every minor issue you find." @@ -57,10 +57,10 @@ /* Citadel's Miscreant Objectives */ /datum/objective/miscreant/immersions - explanation_text = "Act as out of character as you possibly can." + explanation_text = "Act as uncharacteristic as you possibly can." // corrected from "Act as out of character as you can" people thought it meant to just ooc in ic -/datum/objective/miscreant/racism - explanation_text = "Attempt to establish superiority of your species." +///datum/objective/miscreant/racism +// explanation_text = "Attempt to establish superiority of your species." //just creates cancerous supremecist uprisings /datum/objective/miscreant/cargonia explanation_text = "Attempt to establish independence of your department."