Skip to content

Commit

Permalink
you unloose your balance (#5226)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikuTheKiller authored Feb 1, 2025
1 parent f87e4b5 commit 8b10cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/carbon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
if (!bulky && prob(50))
return
visible_message(span_danger("[src] looses [src.p_their()] balance."), \
span_danger("You loose your balance."))
span_danger("You lose your balance."))
Knockdown(2 SECONDS)

//MONKESTATION EDIT END
Expand Down

0 comments on commit 8b10cfb

Please sign in to comment.