diff --git a/Generator/BaseBotGenerator.cs b/Generator/BaseBotGenerator.cs
index 0a85216..a763cdb 100644
--- a/Generator/BaseBotGenerator.cs
+++ b/Generator/BaseBotGenerator.cs
@@ -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)