BlockHunt: Use new setInvisible method in DisguiseChicken

This commit is contained in:
libraryaddict 2015-03-27 22:05:16 +13:00
parent a27e6fba5c
commit a772d4cbf2
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ public class BlockForm extends Form
// Player > Chicken
DisguiseChicken disguise = new DisguiseChicken(Player);
disguise.setBaby();
disguise.setInvisible(true);
disguise.setSoundDisguise(new DisguiseCat(Player));
Host.Manager.GetDisguise().disguise(disguise);