Maybe now you will reload.

This commit is contained in:
The0bserver
2021-04-11 05:59:46 -04:00
parent bdaf0987e4
commit 4d27b91745
@@ -20,6 +20,11 @@
boolets += magazine.ammo_count(countempties)
return boolets
/obj/item/gun/ballistic/derringer/attackby(obj/item/A, mob/user, params)
..()
if(istype(A, /obj/item/ammo_box) || istype(A, /obj/item/ammo_casing))
chamber_round()
obj/item/gun/ballistic/derringer/attack_self(mob/living/user)
var/num_unloaded = 0
while (get_ammo() > 0)