diff --git a/GainStation13/code/obj/structure/scale.dm b/GainStation13/code/obj/structure/scale.dm
index 214f28e6..c77f6cd5 100644
--- a/GainStation13/code/obj/structure/scale.dm
+++ b/GainStation13/code/obj/structure/scale.dm
@@ -60,6 +60,7 @@
else
to_chat(fatty, "[src.lastreading]Lbs.")
+ visible_message("The numbers on the screen read out: [fatty] has a BFI of [fatness].")
/obj/structure/scale/Crossed(AM as mob|obj)
if(isturf(loc))
@@ -74,3 +75,4 @@
weighEffect(fatty)
visible_message("[fatty] weighs themselves.")
visible_message("The numbers on the screen settle on: [src.lastreading]Lbs.")
+ visible_message("The numbers on the screen read out: [fatty] has a BFI of [fatness].")