Comment this out

This messes with softcode tumblegems
This commit is contained in:
yamamama 2026-04-24 05:00:30 -04:00
parent 72931e7713
commit fb7271bc92

View file

@ -1347,12 +1347,12 @@ static BlockItReturn_t PIT_CheckThing(mobj_t *thing)
}
// thanks to sal for solidenemies dot lua
if (thing->flags & (MF_ENEMY|MF_BOSS) && g_tm.thing->flags & (MF_ENEMY|MF_BOSS))
/*if (thing->flags & (MF_ENEMY|MF_BOSS) && g_tm.thing->flags & (MF_ENEMY|MF_BOSS))
{
if ((thing->z + thing->height >= g_tm.thing->z)
&& (g_tm.thing->z + g_tm.thing->height >= thing->z))
return BMIT_ABORT;
}
}*/
// Damage other players when possible.
// Handle before bumpcode to prevent lower weights from getting affected.