if(!src.contents.Find(/obj/item/equipable/weapon/dagger))
src << "You don't have the item to use this tech."
return
else
src << "You use the tech"
It only shows "You don't have the item to use this tech."
What's wrong?
I think it has to do something with new lists and the type, but I'm not sure.
Unknown Person <<
Or possibly in src.