Rebalance

Rebalanced weight gain
This commit is contained in:
SomeGuyEatingPie
2022-08-12 16:44:40 +01:00
parent 720e312647
commit 87ff5c408d
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
weighperson(HM)
/obj/structure/scale/proc/weighperson(mob/living/carbon/human/fatty)
src.lastreading = round((100 + (fatty.fatness))*(fatty.size_multiplier**2))
src.lastreading = round((140 + (fatty.fatness/2))*(fatty.size_multiplier**2))
weighEffect(fatty)
visible_message("<span class='notice'>[fatty] weighs themselves.</span>")
visible_message("<span class='notice'>The numbers on the screen settle on: [src.lastreading]Lbs.</span>")