Barber Update

This commit is contained in:
Fox-McCloud
2015-11-05 02:04:46 -05:00
parent 736baf3890
commit 40a5abbb4a
9 changed files with 152 additions and 0 deletions
@@ -644,3 +644,18 @@
new /obj/item/weapon/light/tube(src)
for(var/i = 0; i < 7; i++)
new /obj/item/weapon/light/bulb(src)
/obj/item/weapon/storage/box/barber
name = "Barber Starter Kit"
desc = "For all hairstyling needs."
icon_state = "implant"
/obj/item/weapon/storage/box/barber/New()
..()
new /obj/item/weapon/scissors/barber(src)
new /obj/item/weapon/scissors/barber(src)
new /obj/item/weapon/reagent_containers/glass/bottle/reagent/hairgrownium(src)
new /obj/item/weapon/reagent_containers/glass/bottle/reagent/hair_dye(src)
new /obj/item/weapon/reagent_containers/glass/bottle/reagent(src)
new /obj/item/weapon/reagent_containers/dropper(src)
new /obj/item/clothing/mask/fakemoustache(src) //totally necessary for successful barbering -Fox