fixes/balaces derringer/wind-up gun

This commit is contained in:
qweq12yt
2021-03-23 16:31:03 -03:00
parent 3b5ebd1149
commit e70b03f770
3 changed files with 21 additions and 26 deletions
@@ -23,6 +23,13 @@
// just to keep consistent with the derringer being on revolver.dm
/obj/item/ammo_box/magazine/internal/cylinder/derringer
caliber = "357"
ammo_type = /obj/item/ammo_casing/a357
name = "derringer receiver"
caliber = list("38")
ammo_type = /obj/item/ammo_casing/c38/lethal // lets have it start loaded
max_ammo = 2
// lets not let it reload with speedloadrs, it makes no sense! but maybe later lets allow it?
/obj/item/ammo_box/magazine/internal/cylinder/derringer/attackby(obj/item/A, mob/user, params, silent, replace_spent)
if(istype(A, /obj/item/ammo_box/))
return
. = ..()