From bf086086a5697bf5e217bd802d072f18d7302fbd Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Sun, 26 Oct 2025 09:12:08 -0400 Subject: [PATCH] paramedic has teleporter access. (#30713) * paramedic has teleporter access. * update this too --- code/game/jobs/job/medical_jobs.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/game/jobs/job/medical_jobs.dm b/code/game/jobs/job/medical_jobs.dm index cfd424be7d8..ef016bc71f6 100644 --- a/code/game/jobs/job/medical_jobs.dm +++ b/code/game/jobs/job/medical_jobs.dm @@ -325,12 +325,13 @@ ACCESS_MINING_STATION, ACCESS_MINING, ACCESS_MORGUE, - ACCESS_PARAMEDIC + ACCESS_PARAMEDIC, + ACCESS_TELEPORTER ) minimal_player_age = 3 exp_map = list(EXP_TYPE_CREW = 180) outfit = /datum/outfit/job/paramedic - important_information = "You are the first responder to medical emergencies outside the sanctity of the Medbay. You can also respond to Lavaland emergencies via the mining shuttle located in Cargo." + important_information = "You are the first responder to medical emergencies outside the sanctity of the Medbay. You can also respond to Lavaland emergencies via the mining shuttle located in Cargo, or space emergencies via the Teleporter near the Bridge." standard_paycheck = CREW_PAY_MEDIUM /datum/outfit/job/paramedic