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