mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-14 09:28:26 +01:00
Update fatness.dm
This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
|
||||
fatness += amount_to_change
|
||||
fatness = max(fatness, MINIMUM_FATNESS_LEVEL) //It would be a little silly if someone got negative fat.
|
||||
if(client.prefs.max_weight)
|
||||
fatness = min(fatness, (client.prefs.max_weight - 1))
|
||||
|
||||
return TRUE
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user