x1.5 size pogospring

This commit is contained in:
James R 2022-08-01 14:56:17 -07:00
parent 8d708c9ea8
commit 0441990abd

View file

@ -10014,6 +10014,7 @@ mobj_t *P_SpawnMobj(fixed_t x, fixed_t y, fixed_t z, mobjtype_t type)
}
break;
case MT_POGOSPRING:
P_SetScale(mobj, (mobj->destscale = 3 * mobj->destscale / 2));
mobj->color = SKINCOLOR_SUNSLAM;
mobj->colorized = true;
break;