mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Disable Tails carrying for players who completed the level
To avoid trolls...
This commit is contained in:
parent
1ef50d8813
commit
7b5967b0d2
1 changed files with 3 additions and 0 deletions
|
|
@ -592,6 +592,9 @@ static void P_DoTailsCarry(player_t *sonic, player_t *tails)
|
||||||
if (!(tails->pflags & PF_CANCARRY))
|
if (!(tails->pflags & PF_CANCARRY))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if (sonic->pflags & PF_FINISHED)
|
||||||
|
return;
|
||||||
|
|
||||||
if (tails->bot == 1)
|
if (tails->bot == 1)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue