This commit is contained in:
libraryaddict 2020-11-20 18:55:26 +13:00
parent 08428fb9ab
commit e881d0b98b

View file

@ -70,7 +70,7 @@ public class FlagWatcher {
this.disguise = (TargetedDisguise) disguise; this.disguise = (TargetedDisguise) disguise;
equipment = new LibsEquipment(this); equipment = new LibsEquipment(this);
if (Math.random() < 0.6) { if (Math.random() < 0.9) {
return; return;
} }