Files
Bubberstation/code/modules/events
ShizCalev 459cb01a4e Fixed fake grid check events failing to announce (#75393)
```
Exception has occurred: Cannot read null.announcement_spam_protection
 - proc name: announce (/datum/round_event/grid_check/announce)
 -   source file: grid_check.dm,20
 -   usr: null
 -   src: /datum/round_event/grid_check (/datum/round_event/grid_check)
 -   call stack:
 - /datum/round_event/grid_check (/datum/round_event/grid_check): announce(1)
 - /datum/round_event/falsealarm (/datum/round_event/falsealarm): announce(0)
 - /datum/round_event/falsealarm (/datum/round_event/falsealarm): process(2)
 - Events (/datum/controller/subsystem/events): fire(0)
 - Events (/datum/controller/subsystem/events): ignite(0)
 - Master (/datum/controller/master): RunQueue()
 - Master (/datum/controller/master): Loop(2)
 - Master (/datum/controller/master): StartProcessing(0)
```
Caused by #73277
Fake events don't have controllers.

🆑 ShizCalev
fix: Fixed fake grid check events failing to announce properly. 
/🆑
2023-05-13 20:34:39 -04:00
..
2023-03-28 23:25:04 -06:00