shotguns now go off in your face upon sawing (#15772)

This commit is contained in:
Sean Williams
2021-03-30 16:15:47 +01:00
committed by GitHub
parent 3c087de155
commit c0d07bb627
@@ -105,7 +105,7 @@
return
if(chambered) //if the gun is chambering live ammo, shoot self, if chambering empty ammo, 'click'
if(chambered.BB)
afterattack(user, user)
process_fire(user, user)
user.visible_message("<span class='danger'>\The [src] goes off!</span>", "<span class='danger'>\The [src] goes off in your face!</span>")
return
else