mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-21 08:51:10 +00:00
Stray nights-onfootfix line
This commit is contained in:
parent
c0ffbdafce
commit
3b39895e4f
1 changed files with 2 additions and 2 deletions
|
@ -961,8 +961,8 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
|
|||
if (player->powers[pw_carry] == CR_NIGHTSMODE && !toucher->target)
|
||||
return;
|
||||
|
||||
if (toucher->tracer && toucher->tracer->state-states > S_ORBIDYA1)
|
||||
return; // Don't have multiple ideya, unless it's the first one given
|
||||
if (toucher->tracer)
|
||||
return; // Don't have multiple ideya
|
||||
|
||||
if (player->mare != special->threshold) // wrong mare
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue