hyudoro_patrol_hit_player: do not make 1st place invisible

This commit is contained in:
James R. 2023-09-17 21:59:35 -07:00
parent 4347af5069
commit 08056a9ae2

View file

@ -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);