mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-17 02:07:01 +01:00
23 lines
465 B
Plaintext
23 lines
465 B
Plaintext
/datum/emote/living/surrender
|
|
chat_popup = FALSE
|
|
image_popup = "surrender"
|
|
|
|
/datum/emote/living/surrender/ff
|
|
key = "ff"
|
|
|
|
/datum/emote/living/tilt
|
|
key = "tilt"
|
|
key_third_person = "tilts"
|
|
message = "tilts their head."
|
|
|
|
/datum/emote/living/surrender
|
|
chat_popup = FALSE
|
|
image_popup = "surrender"
|
|
|
|
/datum/emote/living/blep
|
|
key = "blep"
|
|
key_third_person = "bleps"
|
|
message = "bleps!"
|
|
emote_type = EMOTE_VISIBLE
|
|
mob_type_allowed_typecache = list(/mob/living)
|