From 02b5b85c70c7ed0b2707ec28d8c3d396017af429 Mon Sep 17 00:00:00 2001 From: Heroman Date: Thu, 12 Mar 2020 09:45:58 +1000 Subject: [PATCH] Also adds description for CCO --- code/game/jobs/job/special_vr.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/jobs/job/special_vr.dm b/code/game/jobs/job/special_vr.dm index af90e32db9..06b88bcf2a 100644 --- a/code/game/jobs/job/special_vr.dm +++ b/code/game/jobs/job/special_vr.dm @@ -14,6 +14,7 @@ whitelist_only = 1 latejoin_only = 1 outfit_type = /decl/hierarchy/outfit/job/centcom_officer + job_description = "A Central Command Officer is there on official business. Most of time. Whatever it is, they're a VIP." minimum_character_age = 25 ideal_character_age = 40