1 real fix, two bandaid ones. (#7270)

This commit is contained in:
FluffMedic
2023-11-25 07:53:46 -05:00
committed by GitHub
parent eb65b5721c
commit 08e7b6658b
3 changed files with 5 additions and 1 deletions

View File

@@ -181,6 +181,8 @@
*/ //CHOMP Remove end
//this is largely hacky and bad :( -Pete //less hacky and bad now :) -Ghost
/obj/item/weapon/gun/projectile/shotgun/doublebarrel/attackby(var/obj/item/A as obj, mob/user as mob)
if(istype(A, /obj/item/ammo_casing/a12g) || istype(A, /obj/item/ammo_magazine)) //CHOMPEdit: Trying to make sawn offs reload able
..()
if(sawn_off)
to_chat(user, "<span class='warning'>The [src] is already shortened!</span>")
return