Projectile code overhaul

This commit is contained in:
ZomgPonies
2013-10-30 10:32:21 -04:00
parent 95fc0f970c
commit 7048545d6d
46 changed files with 12867 additions and 12088 deletions
+2 -2
View File
@@ -179,13 +179,13 @@ var/list/uplink_items = list()
/datum/uplink_item/dangerous/revolver
name = "Fully Loaded Revolver"
desc = "A traditional handgun which fires .357 rounds. Has 7 chambers. Can down an unarmoured target with two shots."
item = /obj/item/weapon/gun/projectile
item = /obj/item/weapon/gun/projectile/revolver
cost = 6
/datum/uplink_item/dangerous/ammo
name = "Ammo-357"
desc = "Seven additional rounds for the revolver. Reports indicate the presence of machinery aboard Nanotrasen space stations suitable for producing extra .357 cartridges."
item = /obj/item/ammo_magazine/a357
item = /obj/item/ammo_box/a357
cost = 2
/datum/uplink_item/dangerous/crossbow