ClanGenOfficial / clangen

Warrior Cats fan game
https://clangen.io
Other
229 stars 403 forks source link

[CODE] Handle mediator events as ShortEvents #2426

Open scribblecrumb opened 3 weeks ago

scribblecrumb commented 3 weeks ago

Description Mediator events (some very specific events that trigger only for mediators and are handled separately inside events.py) should really be transferred into ShortEvents. I don't personally believe they need to be their own type of ShortEvent, rather they should be misc events that trigger only for mediators.

Essentially all that needs to be done here, is taking the hard coded events in mediator_events() and putting them into the misc event json. Documentation on the ShortEvent format is available in our wiki docs.

github-actions[bot] commented 1 week ago

👋 Hey @Sumwatt0, thanks for your interest in this issue! 🎉

âš  Note that this issue will become unassigned if it isn't closed within 7 days.

🔧 A maintainer can also add the 📌 Pinned label to prevent it from being unassigned automatically.