Files

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)