Fix emojipedia overriding create_spritesheets of the base class (#73718)

This commit is contained in:
Mothblocks
2023-03-03 19:56:53 -07:00
committed by GitHub
parent 4bb4811a2c
commit 3af35e1ce4
@@ -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)