mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[MIRROR] Transfers icon path to the emojis to define (#5730)
* Transfers icon path to the emojis to define (#58948) * Transfers icon path to the emojis to define Co-authored-by: NopemanMcHalt <36963049+NopemanMcHalt@users.noreply.github.com>
This commit is contained in:
co-authored by
NopemanMcHalt
parent
688ed1752f
commit
b66fbfd4cd
@@ -530,7 +530,7 @@ Code:
|
||||
if(!emoji_table)
|
||||
var/datum/asset/spritesheet/sheet = get_asset_datum(/datum/asset/spritesheet/chat)
|
||||
var/list/collate = list("<br><table>")
|
||||
for(var/emoji in sortList(icon_states(icon('icons/emoji.dmi'))))
|
||||
for(var/emoji in sortList(icon_states(icon(EMOJI_SET))))
|
||||
var/tag = sheet.icon_tag("emoji-[emoji]")
|
||||
collate += "<tr><td>[emoji]</td><td>[tag]</td></tr>"
|
||||
collate += "</table><br>"
|
||||
|
||||
Reference in New Issue
Block a user