facecover, not head

This commit is contained in:
Chomp 2021-10-08 09:58:55 +01:00
parent b961e8e19d
commit dbbb3a1da8

View File

@ -87,7 +87,7 @@ namespace Generator.Helpers.Gear
switch (botToUpdate.botType)
{
case BotType.bosstagilla:
botToUpdate.chances.equipment.Headwear = 100;
botToUpdate.chances.equipment.FaceCover = 100;
break;
}
}