mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 13:17:03 +01:00
Fixes ringing when attacking people with deskbells
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
/obj/item/weapon/deskbell/attack(mob/target as mob, mob/living/user as mob)
|
||||
if(!broken)
|
||||
ring()
|
||||
playsound(user.loc, 'sound/effects/deskbell.ogg', 50, 1)
|
||||
..()
|
||||
|
||||
/obj/item/weapon/deskbell/attack_hand(mob/user)
|
||||
@@ -87,4 +87,4 @@
|
||||
|
||||
/obj/item/weapon/deskbell/proc/break_bell(mob/user)
|
||||
to_chat(user,"<span class='notice'>The ringing abruptly stops as [src]'s ringer gets jammed inside!</span>")
|
||||
broken = 1
|
||||
broken = 1
|
||||
|
||||
Reference in New Issue
Block a user