From 964a591c98729e9450596bedec165f2e012ceb2b Mon Sep 17 00:00:00 2001 From: deathride58 Date: Mon, 4 Sep 2017 07:42:04 -0400 Subject: [PATCH] adds more miscreant objectives --- code/citadel/cit_miscreants.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/citadel/cit_miscreants.dm b/code/citadel/cit_miscreants.dm index 241e65c09e..e383dfbb51 100644 --- a/code/citadel/cit_miscreants.dm +++ b/code/citadel/cit_miscreants.dm @@ -41,3 +41,12 @@ /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/access + explanation_text = "Make as much of the station as possible accessible to the public." + +/datum/objective/miscreant/whiny + explanation_text = "Complain incessantly about every minor issue you find."