Merge pull request #793 from Fox-McCloud/chainsaws

Adds in Chainsaws
This commit is contained in:
ZomgPonies
2015-04-16 16:36:20 -04:00
7 changed files with 60 additions and 1 deletions
+6
View File
@@ -272,6 +272,12 @@ var/list/uplink_items = list()
item = /obj/item/weapon/melee/energy/sword
cost = 8
/datum/uplink_item/dangerous/chainsaw
name = "Chainsaw"
desc = "A high powered chainsaw for cutting up ...you know...."
item = /obj/item/weapon/twohanded/chainsaw
cost = 13
/datum/uplink_item/dangerous/manhacks
name = "Viscerator Delivery Grenade"
desc = "A unique grenade that deploys a swarm of viscerators upon activation, which will chase down and shred any non-operatives in the area."