Revert "12/21 modernizations from TG live"
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
/datum/objective_item/steal/hoslaser
|
||||
name = "the head of security's personal laser gun"
|
||||
targetitem = /obj/item/weapon/gun/energy/e_gun/hos
|
||||
targetitem = /obj/item/weapon/gun/energy/gun/hos
|
||||
difficulty = 10
|
||||
excludefromjob = list("Head Of Security")
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
|
||||
/datum/objective_item/steal/functionalai/check_special_completion(obj/item/device/aicard/C)
|
||||
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.
|
||||
if(istype(A, /mob/living/silicon/ai) && A.stat != 2) //See if any AI's are alive inside that card.
|
||||
return 1
|
||||
return 0
|
||||
|
||||
@@ -155,7 +155,7 @@
|
||||
|
||||
/datum/objective_item/special/aegun
|
||||
name = "an advanced energy gun"
|
||||
targetitem = /obj/item/weapon/gun/energy/e_gun/nuclear
|
||||
targetitem = /obj/item/weapon/gun/energy/gun/nuclear
|
||||
difficulty = 10
|
||||
|
||||
/datum/objective_item/special/ddrill
|
||||
|
||||
Reference in New Issue
Block a user