From 71aefffe93d0826756e108ebbaf9c18184212472 Mon Sep 17 00:00:00 2001 From: Jeff Watchson Date: Thu, 8 Feb 2024 22:58:46 +0200 Subject: [PATCH] Lil Liaison to both the bad boys warning! --- code/game/jobs/job/civilians/other/liaison.dm | 2 +- code/game/jobs/job/civilians/support/researcher.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/jobs/job/civilians/other/liaison.dm b/code/game/jobs/job/civilians/other/liaison.dm index cbbb87124957..1663c6893313 100644 --- a/code/game/jobs/job/civilians/other/liaison.dm +++ b/code/game/jobs/job/civilians/other/liaison.dm @@ -6,7 +6,7 @@ selection_class = "job_cl" flags_startup_parameters = ROLE_ADD_TO_DEFAULT gear_preset = /datum/equipment_preset/uscm_ship/liaison - entry_message_body = "As a representative of Weyland-Yutani Corporation, your job requires you to stay in character at all times. You are not required to follow military orders; however, you cannot give military orders. Your primary job is to observe and report back your findings to Weyland-Yutani. Follow regular game rules unless told otherwise by your superiors. Use your office fax machine to communicate with corporate headquarters or to acquire new directives. You may not receive anything back, and this is normal." + entry_message_body = "As a representative of Weyland-Yutani Corporation, your job requires you to stay in character at all times. You are not required to follow military orders; however, you cannot give military orders. Thankfully, the Company has positioned Weyland-Yutani Researchers contracted by the USCM on the ship, you may wish to work together alongside them. You are not their boss, remember that. Your primary job is to observe and report back your findings to Weyland-Yutani. Follow regular game rules unless told otherwise by your superiors. Use your office fax machine to communicate with corporate headquarters or to acquire new directives. You may not receive anything back, and this is normal." var/mob/living/carbon/human/active_liaison /datum/job/civilian/liaison/generate_entry_conditions(mob/living/liaison, whitelist_status) diff --git a/code/game/jobs/job/civilians/support/researcher.dm b/code/game/jobs/job/civilians/support/researcher.dm index 5cfc49c536b4..dfa297243e67 100644 --- a/code/game/jobs/job/civilians/support/researcher.dm +++ b/code/game/jobs/job/civilians/support/researcher.dm @@ -10,7 +10,7 @@ selection_class = "job_researcher" flags_startup_parameters = ROLE_ADD_TO_DEFAULT gear_preset = /datum/equipment_preset/uscm_ship/uscm_medical/researcher - entry_message_body = "You're a Weyland-Yutani Researcher contracted out by the Company to the USCMC for their own R&D Project which is still in it's infancy, you are not in the ship's chain of command. You are tasked with researching and developing new medical treatments, helping your fellow doctors, and generally learning new things. Your role involves a lot of roleplaying, but you can perform the function of a regular doctor. Do not hand out things to Marines without getting permission from your supervisor." + entry_message_body = "You're a Weyland-Yutani Researcher contracted out by the Company to the USCMC for their own R&D Project which is still in it's infancy, you are not in the ship's chain of command. The Executive aboard the ship is not your boss and neither are you theirs, the Company wants all it's employees to work together. 'Building Better Worlds since 2099!' With that out of the way, you are tasked with researching and developing new medical treatments, helping your fellow doctors, and work with the Liaison in an equivalent work environment. Your role involves a lot of roleplaying, but you can perform the function of a regular doctor. Do not hand out things to Marines without getting permission from your supervisor." /datum/job/civilian/researcher/set_spawn_positions(count) spawn_positions = rsc_slot_formula(count)