ID:162337
 
var/obj/pick(Kunai,Shuriken,Needle,Kama,KunaiNote)/C6=new


Now how would I get that to work? Is there a way for pick to be directly defined in a var like that? And if not, is there any other easy ways like this, cause I seriously dont want to spend and hour with rand() procs...
var/t = pick(/obj/Kunai, /obj/Shuriken, /obj/Needle, /obj/Kama, /obj/KunaiNote)
var/obj/C6 = new t