changed the roundstart sound, fats are now less slowed down

This commit is contained in:
KabKebab
2021-10-17 15:03:47 +02:00
parent d1eda326c8
commit 8ef2c40f7d
2 changed files with 4 additions and 4 deletions
@@ -1533,13 +1533,13 @@ GLOBAL_LIST_EMPTY(roundstart_races)
. += 0.5
*/
if(HAS_TRAIT(H, TRAIT_FAT))
. += (1.5 - flight)
. += (1 - flight)
if(HAS_TRAIT(H, TRAIT_OBESE))//GS13 fat levels move speed decrease
. += (3 - flight)
. += (2 - flight)
if(HAS_TRAIT(H, TRAIT_MORBIDLYOBESE))
. += (6 - flight)
. += (3 - flight)
if(HAS_TRAIT(H, TRAIT_IMMOBILE))
. += 10 // No wings are going to lift that much off the ground
. += 4 // No wings are going to lift that much off the ground
if(H.bodytemperature < BODYTEMP_COLD_DAMAGE_LIMIT && !HAS_TRAIT(H, TRAIT_RESISTCOLD))
. += (BODYTEMP_COLD_DAMAGE_LIMIT - H.bodytemperature) / COLD_SLOWDOWN_FACTOR
return .