Skip to content

Commit

Permalink
Merge pull request #744 from paprka/soundsstuff
Browse files Browse the repository at this point in the history
Added empty gun *click* noises
  • Loading branch information
Atskadan committed Jun 24, 2014
2 parents c945297 + ff229aa commit 299c91a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/projectiles/gun.dm
Expand Up @@ -30,6 +30,7 @@

/obj/item/weapon/gun/proc/shoot_with_empty_chamber(mob/living/user as mob|obj)
user << "<span class='warning'>*click*</span>"
playsound(user, 'sound/weapons/emptyclick.ogg', 40, 1)
return

/obj/item/weapon/gun/proc/shoot_live_shot(mob/living/user as mob|obj, var/pointblank = 0, var/mob/pbtarget = null)
Expand Down
Binary file added sound/weapons/emptyclick.ogg
Binary file not shown.

0 comments on commit 299c91a

Please sign in to comment.