Add aggressor bonus
This commit is contained in:
parent
a639b5b9e9
commit
b74592e522
@ -77,6 +77,7 @@ namespace Generator
|
||||
var firstBotOfDesiredType = rawBotsOfSameType.FirstOrDefault();
|
||||
|
||||
botToUpdate.experience.standingForKill = firstBotOfDesiredType.Info.Settings.StandingForKill;
|
||||
botToUpdate.experience.aggressorBonus = firstBotOfDesiredType.Info.Settings.AggressorBonus;
|
||||
}
|
||||
|
||||
private void AddExperience(Bot botToUpdate, List<Datum> rawBotsOfSameType)
|
||||
|
Loading…
x
Reference in New Issue
Block a user