Deletes old snowflake code

This commit is contained in:
Kyep
2016-07-31 07:56:09 -07:00
parent 9b317be92e
commit bd9dea2911
-3
View File
@@ -19,9 +19,6 @@
var/list/all_items = owner.current.get_contents()
for(var/obj/I in all_items) //Check for items
if(istype(I, typepath) && check_special_completion(I))
//Stealing the cheap autoinjector doesn't count
if(istype(I, /obj/item/weapon/reagent_containers/hypospray/autoinjector))
continue
return 1
return 0