mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Update pistol.dm (#16718)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user