From 7f0015749c1c370d982c7a9866f3d6d749a54eb5 Mon Sep 17 00:00:00 2001 From: Ben10083 Date: Mon, 11 Sep 2023 17:31:24 -0400 Subject: [PATCH] Working Joe Apollo Announcement --- code/game/jobs/job/civilians/support/working_joe.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/game/jobs/job/civilians/support/working_joe.dm b/code/game/jobs/job/civilians/support/working_joe.dm index bdc7d3aa071b..00a848cce427 100644 --- a/code/game/jobs/job/civilians/support/working_joe.dm +++ b/code/game/jobs/job/civilians/support/working_joe.dm @@ -46,6 +46,10 @@ else . = {"You are a Working Joe for Hazardous Environments! You are held to a higher standard and are required to obey not only the Server Rules but Marine Law, Roleplay Expectations and Synthetic Rules. You are a variant of the Working Joe built for tougher environments and fulfill the specific duty of dangerous repairs or maintenance. Your primary task is to maintain the reactor, SMES and AI Core. Your secondary task is to respond to hazardous environments, such as an atmospheric breach or biohazard spill, and assist with repairs when ordered to by either an AI Mainframe, or a Commisioned Officer. You should not be seen outside of emergencies besides in Engineering and the AI Core! Stay in character at all times. Use the APOLLO link to communicate with your uplink!"} +/datum/job/civilian/working_joe/announce_entry_message(mob/living/carbon/human/H) + addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(ares_apollo_talk), "[H.real_name] has been activated."), 1.5 SECONDS) + return ..() + /obj/effect/landmark/start/working_joe name = JOB_WORKING_JOE icon_state = "wj_spawn"