Update preferences.dm

This commit is contained in:
Metis
2024-10-09 17:56:18 -04:00
parent 281af43a77
commit f59536f369
+10
View File
@@ -3677,6 +3677,16 @@ GLOBAL_LIST_EMPTY(preferences_datums)
character.vocal_pitch = bark_pitch
character.vocal_pitch_range = bark_variance
// GS13 EDIT
character.fatness = starting_weight
character.fatness_real = starting_weight
if(weight_gain_permanent)
character.fatness_perma = permanent_fat
character.weight_gain_rate = wg_rate
character.weight_loss_rate = wl_rate
// GS13 EDIT - END
//limb stuff, only done when initially spawning in
if(initial_spawn)
//delete any existing prosthetic limbs to make sure no remnant prosthetics are left over - But DO NOT delete those that are species-related