mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-25 10:56:42 +01:00
datumizes and standardizes all emotes because that file is in the fucking way of my saycode rewrite adds vocal cues
10 lines
354 B
Plaintext
10 lines
354 B
Plaintext
//* This file is explicitly licensed under the MIT license. *//
|
|
//* Copyright (c) 2024 Citadel Station Developers *//
|
|
|
|
/mob/observer/dead/process_emote(datum/emote/emote, raw_parameter_string, datum/event_args/actor/actor, used_binding)
|
|
actor.chat_feedback(
|
|
SPAN_WARNING("Ghosts can't send normal emotes!"),
|
|
target = src,
|
|
)
|
|
return FALSE
|