Yes I english how can you tell
This commit is contained in:
parent
270e0ad2a6
commit
316b4d388a
1 changed files with 1 additions and 1 deletions
|
|
@ -638,7 +638,7 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
|
|||
if (special->threshold > 0 || P_PlayerInPain(player))
|
||||
return;
|
||||
|
||||
// Don't pick up SPB rings in when being trailed by SPB.
|
||||
// Don't pick up SPB rings when being trailed by SPB.
|
||||
if (special->extravalue3 && spbplace != -1 && player->position == spbplace)
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue