diff --git a/code/modules/paperwork/desk_bell.dm b/code/modules/paperwork/desk_bell.dm index d00c6f841001..6e7de1101ae7 100644 --- a/code/modules/paperwork/desk_bell.dm +++ b/code/modules/paperwork/desk_bell.dm @@ -77,7 +77,7 @@ return TRUE -/// Check if the clapper breaks, and if it does, break it chance to break is 1% for every 100 rings of the bell. +/// Check if the clapper breaks, and if it does, break it. Chance to break is 1% for every 100 rings of the bell. /obj/item/desk_bell/proc/check_clapper(mob/living/user) if(prob(times_rang / 100)) to_chat(user, SPAN_NOTICE("You hear [src]'s clapper fall off of its hinge. Nice job hamfist, you broke it."))