diff --git a/code/defines/obj/computer.dm b/code/defines/obj/computer.dm index cac432cf4a9..108644ebaf2 100644 --- a/code/defines/obj/computer.dm +++ b/code/defines/obj/computer.dm @@ -51,9 +51,6 @@ user << "\red The status panel is broken!" return user << "\red You don't understand any of this!" - if( - user << "This has nothing useful. You know all this already." - return /obj/machinery/computer/aiupload name = "AI Upload" diff --git a/code/game/jobs/job/medical.dm b/code/game/jobs/job/medical.dm index bc3ce694f41..dadb5bd0e78 100644 --- a/code/game/jobs/job/medical.dm +++ b/code/game/jobs/job/medical.dm @@ -30,7 +30,7 @@ total_positions = 5 spawn_positions = 3 supervisors = "the chief medical officer" - alt_titles = list("Virologist", "Surgeon") + alt_titles = list("Virologist", "Surgeon", "Paramedic") equip(var/mob/living/carbon/human/H)