Don't give infestors an initial disguise
This commit is contained in:
parent
af7de62ff7
commit
e3b701f948
@ -513,7 +513,8 @@ public class HideSeek extends TeamGame
|
||||
{
|
||||
if (_hiders.HasPlayer(event.GetPlayer().getName(), true))
|
||||
{
|
||||
if (GetKit(event.GetPlayer()) instanceof KitHider)
|
||||
Kit kit = GetKit(event.GetPlayer());
|
||||
if (kit instanceof KitHider && !(kit instanceof KitHiderInfestor))
|
||||
{
|
||||
Form form = new BlockForm(this, event.GetPlayer(), _allowedBlocks.get(UtilMath.r(_allowedBlocks.size())));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user