diff -r c3c0f94a5333 -r 4638aa2ea8f2 hedgewars/uGearsHandlersMess.pas --- a/hedgewars/uGearsHandlersMess.pas Wed Jan 16 21:32:25 2019 +0100 +++ b/hedgewars/uGearsHandlersMess.pas Wed Jan 16 22:39:27 2019 +0100 @@ -5994,6 +5994,8 @@ resgear^.Hedgehog^.Team^.hasKing:= true; { Reviving a hog implies its clan is now alive, too. } resgear^.Hedgehog^.Team^.Clan^.DeathLogged:= false; + if (not resgear^.Hedgehog^.Team^.Passive) then + resgear^.Hedgehog^.Team^.Clan^.Passive:= false; s:= ansistring(resgear^.Hedgehog^.Name); AddCaption(FormatA(GetEventString(eidResurrected), s), capcolDefault, capgrpMessage); // only make hat-less hedgehogs look like zombies, preserve existing hats