mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-11 17:22:17 +00:00
hyudoro_patrol_hit_player: do not make 1st place invisible
This commit is contained in:
parent
4347af5069
commit
08056a9ae2
1 changed files with 6 additions and 1 deletions
|
|
@ -581,7 +581,12 @@ hyudoro_patrol_hit_player
|
|||
|
||||
K_StripItems(player);
|
||||
|
||||
player->hyudorotimer = hyudorotime;
|
||||
/* do not make 1st place invisible */
|
||||
if (player->position != 1)
|
||||
{
|
||||
player->hyudorotimer = hyudorotime;
|
||||
}
|
||||
|
||||
player->stealingtimer = hyudorotime;
|
||||
|
||||
P_SetTarget(&hyudoro_stolefrom(hyu), toucher);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue