diff --git a/src/info.c b/src/info.c index 2374f65fc..932ef4a58 100644 --- a/src/info.c +++ b/src/info.c @@ -4562,7 +4562,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = 30*FRACUNIT, // speed 11*FRACUNIT, // radius 8*FRACUNIT, // height - 0, // display offset + 100, // display offset 100, // mass 0, // damage sfx_None, // activesound diff --git a/src/p_inter.c b/src/p_inter.c index 4d07c21f1..ae56679a8 100644 --- a/src/p_inter.c +++ b/src/p_inter.c @@ -1376,11 +1376,6 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck) P_SetMobjState(special->target, special->target->info->raisestate); } } - else - { - player->powers[pw_carry] = CR_NONE; - P_SetTarget(&toucher->tracer, NULL); - } return; case MT_EGGSHIELD: {