From a8c3d3c233b5c945b1f6b4040e6c67916470943e Mon Sep 17 00:00:00 2001 From: Metis <100518708+sheepishgoat@users.noreply.github.com> Date: Sat, 25 May 2024 18:42:19 -0400 Subject: [PATCH] to make things more transparent --- GainStation13/code/obj/structure/scale.dm | 2 ++ 1 file changed, 2 insertions(+) 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].")