Fixes mop sound artifacting, pen clicking doesn't spam logs anymore (#6616)

mop sound had a weird bass, so i fixed that (with help of gem)

removed the pen chat click thing. no more spamming local logs
This commit is contained in:
alsoandanswer
2019-06-24 14:39:23 +03:00
committed by Erki
parent 01f639a2c4
commit 0cd2b58c96
3 changed files with 41 additions and 1 deletions
-1
View File
@@ -70,7 +70,6 @@
return
/obj/item/weapon/pen/attack_self(var/mob/user)
to_chat(user, "<span class='notice'>Click.</span>")
playsound(loc, 'sound/items/penclick.ogg', 50, 1)
/*