Give Egg Capsules drop shadows

This commit is contained in:
Sally Coolatta 2022-12-03 03:08:44 -05:00
parent e8e02058ef
commit d6bd869b92
2 changed files with 2 additions and 1 deletions

View file

@ -28646,7 +28646,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
{ // MT_BATTLECAPSULE
2333, // doomednum
S_INVISIBLE, // spawnstate
S_SHADOW, // spawnstate
1, // spawnhealth
S_NULL, // seestate
sfx_None, // seesound

View file

@ -9998,6 +9998,7 @@ static void P_DefaultMobjShadowScale(mobj_t *thing)
{
case MT_PLAYER:
case MT_KART_LEFTOVER:
case MT_BATTLECAPSULE:
thing->shadowscale = FRACUNIT;
break;
case MT_SMALLMACE: