From 88393855ae124fad20eb5a1e754959e3c84a7ae5 Mon Sep 17 00:00:00 2001 From: Dip Date: Mon, 21 Sep 2020 03:19:54 -0300 Subject: [PATCH] category --- code/modules/uplink/uplink_items.dm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/code/modules/uplink/uplink_items.dm b/code/modules/uplink/uplink_items.dm index e8dcffd1..fc229ba9 100644 --- a/code/modules/uplink/uplink_items.dm +++ b/code/modules/uplink/uplink_items.dm @@ -1775,7 +1775,8 @@ datum/uplink_item/stealthy_weapons/taeclowndo_shoes restricted_roles = list("Chaplain") surplus = 5 //Very low chance to get it in a surplus crate even without being the chaplain -/datum/uplink_item/role_restricted/clockwork_slab +///datum/uplink_item/role_restricted/clockwork_slab +/datum/uplink_item/dangerous/clockwork_slab name = "Clockwork Slab" desc = "A reverse engineered clockwork slab. Is this really a good idea?" item = /obj/item/clockwork/slab/traitor @@ -1783,7 +1784,8 @@ datum/uplink_item/stealthy_weapons/taeclowndo_shoes refundable = TRUE //restricted_roles = list("Chaplain","Curator") -/datum/uplink_item/role_restricted/arcane_tome +///datum/uplink_item/role_restricted/arcane_tome +/datum/uplink_item/dangerous/arcane_tome name = "Arcane Tome" desc = "A 'replica' of a Nar'sian tome. This is probably a bad idea..." item = /obj/item/tome/traitor