diff --git a/src/objects/hyudoro.c b/src/objects/hyudoro.c index 45d6d771e..f0573b27a 100644 --- a/src/objects/hyudoro.c +++ b/src/objects/hyudoro.c @@ -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);