mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-24 11:42:03 +00:00
* 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:
parent
95e4a23a69
commit
a65ffc6b24
2 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue