-
Notifications
You must be signed in to change notification settings - Fork 146
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
Revert "Random Announcer System (#415)" #555
Conversation
This reverts commit e3bc8d4.
I'd rather a fix than revert, what exactly is the problem? |
The problem seems to be(at least from observation) that announcements are not correctly using Fallbacks, and are instead quite literally playing a random announcement from any announcer. The announcer could be Neil, and PirateRadioSpawnRule triggers(which does not, and should never have an announcement), which bafflingly sets off Michael's Code Blue alert. Or seemingly any announcement. |
Weird, no idea how that happened, I'll look into it. |
I appreciate it |
It was originally reported by DS, but then I was able to reproduce it locally on an EE Master. |
Could you record the issue? |
Closing this in favor of #557. |
Description
This needed a little more time to cook, apparently it wasn't setting an announcer at all in the first place, and genuinely was just picking random sounds from random announcers.