From ff1ef220cd6bdc7e1f90bbbe5896f395f0d52511 Mon Sep 17 00:00:00 2001 From: OctusGit Date: Tue, 28 Nov 2023 22:57:16 -0600 Subject: [PATCH] Update steal_items.dm --- code/game/gamemodes/steal_items.dm | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/code/game/gamemodes/steal_items.dm b/code/game/gamemodes/steal_items.dm index 481f033b662..39bfff31741 100644 --- a/code/game/gamemodes/steal_items.dm +++ b/code/game/gamemodes/steal_items.dm @@ -66,18 +66,6 @@ protected_jobs = list("Captain", "Research Director", "Chief Engineer") location_override = "Teleporter" -/datum/theft_objective/ai - name = "a functional AI" - typepath = /obj/item/aicard - location_override = "AI Satellite. An intellicard for transportation can be found in Tech Storage, Science Department or manufactured" - -/datum/theft_objective/ai/check_special_completion(obj/item/aicard/C) - if(..()) - for(var/mob/living/silicon/ai/A in C) - if(isAI(A) && A.stat != 2) //See if any AI's are alive inside that card. - return 1 - return 0 - /datum/theft_objective/defib name = "the chief medical officer's advanced compact defibrillator" typepath = /obj/item/defibrillator/compact/advanced