-
-
Notifications
You must be signed in to change notification settings - Fork 46
Fix zombie spawns #675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix zombie spawns #675
Conversation
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
- Use lowercase map ID for ReplaceBotHostility and AddEventBossesToMaps - Prioritize map-specific hostility settings over defaults - Allow adding mapBosses that already exist to a map, if they are botEvent triggers, otherwise we only add a single instance of the zombie spawn per type Note: This commit _drastically_ increases the number of zombies in raids, further refinement is required to other bot spawns to go with this change
b134465 to
9734270
Compare
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
Note: This commit drastically increases the number of zombies in raids, further refinement is required to other bot spawns to go with this change