Add a shadow to pogospring

This commit is contained in:
James R 2022-08-01 15:10:33 -07:00
parent f2978c1bff
commit 2c1d8e86c8

View file

@ -9763,6 +9763,7 @@ static void P_DefaultMobjShadowScale(mobj_t *thing)
case MT_BLUESPHERE:
case MT_EMERALD:
case MT_ITEMCAPSULE:
case MT_POGOSPRING:
thing->shadowscale = FRACUNIT/2;
break;
case MT_DRIFTCLIP: