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
+11
View File
@@ -197,6 +197,17 @@ var/list/uplink_items = list()
cost = 6
job = list("Bartender")
//Barber
/datum/uplink_item/jobspecific/safety_scissors //Hue
name = "Safety Scissors"
desc = "A pair of scissors that are anything but what their name implies; can easily cut right into someone's throat."
reference = "CTS"
item = /obj/item/weapon/scissors/safety
cost = 10
job = list("Barber")
//Engineer
/datum/uplink_item/jobspecific/powergloves