mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
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:
@@ -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)
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user