Skip to content

Commit

Permalink
Update code/modules/paperwork/desk_bell.dm
Browse files Browse the repository at this point in the history
Co-authored-by: SabreML <[email protected]>
  • Loading branch information
Waseemq1235 and SabreML committed Mar 24, 2024
1 parent 4fe848e commit 24270a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/paperwork/desk_bell.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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."))
Expand Down

0 comments on commit 24270a7

Please sign in to comment.