Adjust sanitar min/max values

This commit is contained in:
Chomp 2022-02-22 11:55:52 +00:00
parent d5cf020038
commit e7f40de93f

View File

@ -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;