From 860eee773e89aced550b3228afdc2107c0be7174 Mon Sep 17 00:00:00 2001 From: Octus <62493359+OctusGit@users.noreply.github.com> Date: Sat, 6 Jan 2024 15:37:14 -0600 Subject: [PATCH] Removes Steal AI as an Objective (#23402) * Update steal_items.dm * Examine More * Revert "Examine More" This reverts commit fdf9a1d8b877f6e6b6e511fd1f00ec036ae9f626. --- 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