warn_admin ![code/modules/events/_event_admin_setup.dm 67](git.png)
Some events are not always a good idea when a game state is in a certain situation. This runs a check and warns the admin.
Vars | |
snitch_text | Message sent to other admins. Example: "has forced a shuttle catastrophe while a shuttle was already docked." |
---|---|
warning_text | Warning text shown to admin on the alert. |
Procs | |
should_warn | Returns whether the admin should get an alert. |
Var Details
snitch_text ![code/modules/events/_event_admin_setup.dm 71](git.png)
Message sent to other admins. Example: "has forced a shuttle catastrophe while a shuttle was already docked."
warning_text ![code/modules/events/_event_admin_setup.dm 69](git.png)
Warning text shown to admin on the alert.
Proc Details
should_warn
Returns whether the admin should get an alert.