Tested and working.
Scales added to sensible locations on Meta, Box, Delta and Pubby
This commit is contained in:
SomeGuyEatingPie
2022-08-11 16:42:57 +01:00
parent 5481cf4ba7
commit da54b466da
9 changed files with 97 additions and 49 deletions
+5 -5
View File
@@ -157,11 +157,11 @@
#define FULLNESS_LEVEL_EMPTY 0
//Fatness levels, Here we go!
#define FATNESS_LEVEL_BLOB 1671
#define FATNESS_LEVEL_IMMOBILE 950
#define FATNESS_LEVEL_MORBIDLY_OBESE 650
#define FATNESS_LEVEL_OBESE 350
#define FATNESS_LEVEL_FAT 100
#define FATNESS_LEVEL_BLOB 900
#define FATNESS_LEVEL_IMMOBILE 500
#define FATNESS_LEVEL_MORBIDLY_OBESE 350
#define FATNESS_LEVEL_OBESE 150
#define FATNESS_LEVEL_FAT 90
//Nutrition levels for humans
#define NUTRITION_LEVEL_FULL 550