OOC Emoji 2.0 - TG Edition (#25012)

* Didn't work

* It works

* Emojipedia

* Some emoji sorting

* lol

* Remove a lot of shit emoji

* Update emojipedia.dm

* Observer and ghost-bar emoji

* Msay emoji

* Emoji sorting and updates

* Make emoji centered

* Clueless and trollface

* Mowzers

* +taa

* Another rebuild

* TRUE and Rebuild
This commit is contained in:
Aylong
2024-04-18 18:41:41 +00:00
committed by GitHub
parent 950ce9f791
commit c8e59706e2
18 changed files with 176 additions and 11 deletions
@@ -4,6 +4,9 @@
if(!message)
return
if(GLOB.configuration.general.enable_ooc_emoji)
message = emoji_parse(message)
return say_dead(message)
/mob/dead/observer/handle_track(message, verb = "says", mob/speaker = null, speaker_name, atom/follow_target, hard_to_hear)
+4 -1
View File
@@ -113,7 +113,10 @@ GLOBAL_LIST_EMPTY(channel_to_radio_key)
if(sanitize)
if(speaks_ooc)
message = sanitize(message)
if(GLOB.configuration.general.enable_ooc_emoji)
message = emoji_parse(sanitize(message))
else
message = sanitize(message)
else
message = sanitize_for_ic(message)