oops left something behind, sorry

This commit is contained in:
qweq12yt
2021-03-25 18:44:28 -03:00
parent d6ab576530
commit 14e066fe61
@@ -20,16 +20,3 @@
/obj/item/ammo_box/magazine/internal/rus357/Initialize()
stored_ammo += new ammo_type(src)
. = ..()
// just to keep consistent with the derringer being on revolver.dm
/obj/item/ammo_box/magazine/internal/cylinder/derringer
name = "derringer receiver"
caliber = list("38")
ammo_type = /obj/item/ammo_casing/c38
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
. = ..()