Update pistol.dm (#16718)

This commit is contained in:
ynot01
2022-11-26 10:36:38 -05:00
committed by GitHub
parent efab286b3f
commit 261d26cfd4

View File

@@ -106,10 +106,4 @@
desc = "A small, makeshift 10mm handgun. It's a miracle if it'll even fire."
icon_state = "makeshift"
spawnwithmagazine = FALSE
/obj/item/gun/ballistic/automatic/pistol/makeshift/chamber_round(keep_bullet = FALSE)
if(prob(40))
playsound(src, dry_fire_sound, 30, TRUE)
update_icon()
return
return ..()
fire_delay = 6