mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-20 22:32:06 +00:00
* sdf * fsda * fuck * fuck2 * toolz * sdaf * sdfa * saf * sdfa * sdfa * sdf * sdfa * temp rename * temp rename * temp rename * sdaf * the pain is immensurable in the land of byond * the curse of rah * safd * sadf * sadf * gf * asf * fssdfa * sfd * sadf * sfda * brah * brah * it's easier for you to fix this * ffs * brah * brah
6 lines
289 B
Plaintext
6 lines
289 B
Plaintext
/// Generic feedback failure message handler.
|
|
#define FEEDBACK_FAILURE(USER, MSG) to_chat(USER, SPAN_WARNING(MSG))
|
|
|
|
/// Feedback messages intended for use in `use_*` overrides. These assume the presence of the `user` variable.
|
|
#define USE_FEEDBACK_FAILURE(MSG) FEEDBACK_FAILURE(user, MSG)
|