From 800b8a52b07f21b8a6a9d71d54e243b41a3cbd8f Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Thu, 5 Nov 2015 10:23:42 -0500 Subject: [PATCH] scissor cost change --- code/datums/uplink_item.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index df245237a33..2290cc80ef1 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -205,7 +205,7 @@ var/list/uplink_items = list() 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 + cost = 5 job = list("Barber") //Engineer