mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Projectile code overhaul
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user