Raise squish max

This commit is contained in:
James R 2021-11-29 19:56:33 -08:00
parent 1e73c842e2
commit 6457ab0a9c

View file

@ -4510,7 +4510,7 @@ void K_DriftDustHandling(mobj_t *spawner)
void K_Squish(mobj_t *mo)
{
const fixed_t maxstretch = 2*FRACUNIT;
const fixed_t maxstretch = 4*FRACUNIT;
const fixed_t factor = 3 * mo->height / 2;
const fixed_t threshold = factor / 6;