merge into main #1
@ -237,6 +237,11 @@ namespace Generator.Helpers.Gear
|
|||||||
min = 3;
|
min = 3;
|
||||||
max = 4;
|
max = 4;
|
||||||
break;
|
break;
|
||||||
|
case BotType.bosssanitar:
|
||||||
|
case BotType.followersanitar:
|
||||||
|
min = 2;
|
||||||
|
max = 5;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
min = 1;
|
min = 1;
|
||||||
max = 4;
|
max = 4;
|
||||||
@ -254,8 +259,9 @@ namespace Generator.Helpers.Gear
|
|||||||
switch (botType)
|
switch (botType)
|
||||||
{
|
{
|
||||||
case BotType.bosssanitar:
|
case BotType.bosssanitar:
|
||||||
|
case BotType.followersanitar:
|
||||||
min = 4;
|
min = 4;
|
||||||
max = 6;
|
max = 7;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
min = 1;
|
min = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user