Makes Deckard's gun usable.

This commit is contained in:
Datraen
2015-10-14 19:05:14 -04:00
parent 82c51629e8
commit 39d384cbe4
@@ -71,7 +71,11 @@
name = "Deckard .44"
desc = "A custom-built revolver, based off the semi-popular Detective Special model."
icon_state = "deckard-empty"
ammo_type = /obj/item/ammo_magazine/c38/rubber
max_shells = 6
caliber = "38"
origin_tech = list(TECH_COMBAT = 2, TECH_MATERIAL = 2)
fire_sound = 'sound/weapons/Gunshot_light.ogg'
ammo_type = /obj/item/ammo_casing/c38
/obj/item/weapon/gun/projectile/revolver/deckard/update_icon()
..()