mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
[MIRROR] Fix emojipedia overriding create_spritesheets of the base class [MDB IGNORE] (#19637)
* Fix emojipedia overriding create_spritesheets of the base class (#73718) * Fix emojipedia overriding create_spritesheets of the base class --------- Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
name = "emojipedia"
|
||||
cross_round_cachable = TRUE // The Emoji DMI is static and doesn't change without a commit mis-match.
|
||||
|
||||
/datum/asset/spritesheet/create_spritesheets()
|
||||
/datum/asset/spritesheet/emojipedia/create_spritesheets()
|
||||
InsertAll("", EMOJI_SET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user