Removes Steal AI as an Objective (#23402)

* Update steal_items.dm

* Examine More

* Revert "Examine More"

This reverts commit fdf9a1d8b8.
This commit is contained in:
Octus
2024-01-06 21:37:14 +00:00
committed by GitHub
parent 2140320fc8
commit 860eee773e
-12
View File
@@ -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