From 038533533e33108e9db2b31ba5c9bb46cc4e6c18 Mon Sep 17 00:00:00 2001 From: Razgriz Date: Thu, 24 Mar 2022 18:28:07 -0700 Subject: [PATCH] powder that makes you say yes --- code/game/jobs/job/assistant_vr.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/game/jobs/job/assistant_vr.dm b/code/game/jobs/job/assistant_vr.dm index db5c267a28..bfcf3037b4 100644 --- a/code/game/jobs/job/assistant_vr.dm +++ b/code/game/jobs/job/assistant_vr.dm @@ -58,6 +58,12 @@ often in training to become a Cargo Technician. A Jr. Cargo Tech has no real authority." title_outfit = /decl/hierarchy/outfit/job/assistant/cargo +/datum/alt_title/intern_exp + title = "Jr. Explorer" + title_blurb = "A Jr. Explorer attempts to provide whatever the Exploration department needs. They are not proper Explorers, and are \ + often in training to become an Explorer. A Jr. Explorer has no real authority." + title_outfit = /decl/hierarchy/outfit/job/assistant/explorer + /datum/alt_title/server title = "Server" title_blurb = "A Server helps out kitchen and diner staff with various tasks, primarily food delivery. A Server has no real authority."