From d708c268652dfb71597f27a7f2dc51f9dc8aaa31 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Mon, 14 Dec 2020 06:47:20 -0500 Subject: [PATCH] Makes it a little harder (#15100) --- code/game/gamemodes/steal_items.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/steal_items.dm b/code/game/gamemodes/steal_items.dm index c7ce0261bd0..edbe51fd66f 100644 --- a/code/game/gamemodes/steal_items.dm +++ b/code/game/gamemodes/steal_items.dm @@ -50,7 +50,7 @@ /datum/theft_objective/hand_tele name = "a hand teleporter" typepath = /obj/item/hand_tele - protected_jobs = list("Captain", "Research Director") + protected_jobs = list("Captain", "Research Director", "Chief Engineer") /datum/theft_objective/ai name = "a functional AI" @@ -67,7 +67,7 @@ /datum/theft_objective/defib name = "a compact defibrillator" typepath = /obj/item/defibrillator/compact - protected_jobs = list("Chief Medical Officer") + protected_jobs = list("Chief Medical Officer", "Paramedic") /datum/theft_objective/magboots name = "the chief engineer's advanced magnetic boots"