mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Renames game_options.txt OOC_EMOJIS to EMOJIS
Moves config check into emoji_parse proc, so the config affects all emoji use
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
var/list/emojis
|
||||
|
||||
/proc/emoji_parse(text)
|
||||
if(!config.emojis)
|
||||
return text
|
||||
if(!emojis)
|
||||
emojis = icon_states(icon('icons/emoji.dmi'))
|
||||
var/parsed = ""
|
||||
|
||||
Reference in New Issue
Block a user