From 2aa19ea8f83cb16ab221f42796d2267fa4eb92a6 Mon Sep 17 00:00:00 2001 From: Ansari Date: Mon, 21 May 2018 16:54:05 +0800 Subject: [PATCH] Moves gloves of the north star to dangerous items --- code/datums/uplink_item.dm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 750f7bfd70c..00ee4ffed7f 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -394,6 +394,13 @@ var/list/uplink_items = list() gamemodes = list(/datum/game_mode/nuclear) surplus = 0 +/datum/uplink_item/dangerous/rapid + name = "Gloves of the North Star" + desc = "These gloves let the user punch people very fast. Does not improve weapon attack speed." + reference = "RPGD" + item = /obj/item/clothing/gloves/fingerless/rapid + cost = 8 + /datum/uplink_item/dangerous/sniper name = "Sniper Rifle" desc = "Ranged fury, Syndicate style. guaranteed to cause shock and awe or your TC back!" @@ -1336,13 +1343,6 @@ var/list/uplink_items = list() item = /obj/item/storage/fancy/cigarettes/cigpack_syndicate cost = 2 -/datum/uplink_item/badass/rapid - name = "Gloves of the North Star" - desc = "These gloves let the user punch people very fast. Does not improve weapon attack speed." - reference = "RPGD" - item = /obj/item/clothing/gloves/fingerless/rapid - cost = 8 - /datum/uplink_item/badass/bundle name = "Syndicate Bundle" desc = "Syndicate Bundles are specialised groups of items that arrive in a plain box. These items are collectively worth more than 20 telecrystals, but you do not know which specialisation you will receive."