mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
Changes the chat to use asset caches instead of directly sending it in a
way to prevent assets not being sent in some conditions. Fixes byond donor icon in ooc. Fixes emojis not working and removes animated emojis.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
if(search)
|
||||
emoji = lowertext(copytext(text, pos+1, search))
|
||||
if(emoji in emojis)
|
||||
parsed += " [bicon(image('icons/emoji.dmi', iconstate="[emoji]"))]"
|
||||
parsed += bicon(icon('icons/emoji.dmi', emoji))
|
||||
pos = search + 1
|
||||
else
|
||||
parsed += copytext(text, pos, search)
|
||||
|
||||
Reference in New Issue
Block a user