/obj/item/weapon/storage/toolbox/emergency/New() ..() new /obj/item/weapon/crowbar/red(src) new /obj/item/weapon/extinguisher/mini(src) if(prob(50)) new /obj/item/device/flashlight(src) new /obj/item/device/radio(src) /obj/item/weapon/storage/toolbox/mechanical/New() ..() new /obj/item/weapon/screwdriver(src) new /obj/item/weapon/wrench(src) new /obj/item/weapon/weldingtool(src) new /obj/item/weapon/crowbar(src) new /obj/item/device/analyzer(src) new /obj/item/weapon/wirecutters(src) /obj/item/weapon/storage/toolbox/electrical/New() ..() var/color = pick("red","yellow","green","blue","pink","orange","cyan","white") new /obj/item/weapon/screwdriver(src) new /obj/item/weapon/wirecutters(src) new /obj/item/device/t_scanner(src) new /obj/item/weapon/crowbar(src) new /obj/item/weapon/cable_coil(src,30,color) new /obj/item/weapon/cable_coil(src,30,color) if(prob(5)) new /obj/item/clothing/gloves/yellow(src) else new /obj/item/weapon/cable_coil(src,30,color) /obj/item/weapon/storage/toolbox/syndicate/New() ..() var/color = pick("red","yellow","green","blue","pink","orange","cyan","white") new /obj/item/weapon/screwdriver(src) new /obj/item/weapon/wrench(src) new /obj/item/weapon/weldingtool(src) new /obj/item/weapon/crowbar(src) new /obj/item/weapon/cable_coil(src,30,color) new /obj/item/weapon/wirecutters(src) new /obj/item/device/multitool(src)