From f31cc6e6cffa74754ed327debaefe49f833801e3 Mon Sep 17 00:00:00 2001 From: Robustin Date: Mon, 22 Feb 2016 16:31:44 -0500 Subject: [PATCH] Update uplink_item.dm --- code/modules/uplink/uplink_item.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/modules/uplink/uplink_item.dm b/code/modules/uplink/uplink_item.dm index 0e6f48cc781..4cdaf5486c8 100644 --- a/code/modules/uplink/uplink_item.dm +++ b/code/modules/uplink/uplink_item.dm @@ -543,6 +543,14 @@ var/list/uplink_items = list() // Global list so we only initialize this once. /datum/uplink_item/stealthy_weapons category = "Stealthy and Inconspicuous Weapons" +/datum/uplink_item/stealthy_weapons/martialarts + name = "Martial Arts Scroll" + desc = "This scroll contains the secrets of an ancient martial arts technique. You will master unarmed combat, \ + deflecting all ranged weapon fire, but you will also refuse to use dishonorable ranged weaponry." + item = /obj/item/weapon/sleeping_carp_scroll + cost = 17 + exclude_modes = list(/datum/game_mode/nuclear, /datum/game_mode/gang) + /datum/uplink_item/stealthy_weapons/throwingstars name = "Box of Throwing Stars" desc = "A box of shurikens from ancient Earth martial arts. They are highly effective throwing weapons, \