* Cleaned up a bit of irrelevant oldbrak goop.

* Made it so the goop always appears on-top of the player.
This commit is contained in:
toasterbabe 2017-03-16 11:23:23 +00:00
parent 95e4a23a69
commit a65ffc6b24
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -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:
{