Updated ReplaceBotHostility to insert hostility section if botrole not found instead of skipping
This commit is contained in:
@@ -651,6 +651,9 @@ public class SeasonalEventService(
|
||||
);
|
||||
if (matchingBaseSettings is null)
|
||||
{
|
||||
// Doesn't exist, add it
|
||||
locationBase.Base.BotLocationModifier.AdditionalHostilitySettings.Append(settings);
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user