Add shadow to Battle UFO

Also add it to the CD SS ufo per request
This commit is contained in:
SteelT 2023-06-27 23:36:49 -04:00 committed by James R
parent d3d6d4d671
commit 3ef583040e

View file

@ -10321,6 +10321,8 @@ static void P_DefaultMobjShadowScale(mobj_t *thing)
case MT_KART_LEFTOVER:
case MT_BATTLECAPSULE:
case MT_SPECIAL_UFO:
case MT_CDUFO:
case MT_BATTLEUFO:
thing->shadowscale = FRACUNIT;
break;
case MT_SMALLMACE: