Add shadow to MT_KURAGEN

Hazard conveyance
This commit is contained in:
toaster 2023-10-07 22:06:23 +01:00
parent baa668895a
commit b2bbde290b

View file

@ -10686,6 +10686,9 @@ static void P_DefaultMobjShadowScale(mobj_t *thing)
case MT_SNEAKERPANEL:
thing->shadowscale = 0;
break;
case MT_KURAGEN:
thing->shadowscale = FRACUNIT/4;
break;
default:
if (thing->flags & (MF_ENEMY|MF_BOSS))
thing->shadowscale = FRACUNIT;