mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Initialize fixing (#10335)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2e725a0727
commit
ce2446922e
@@ -46,7 +46,7 @@ var/global/list/emotes_by_key
|
||||
var/sound_preferences = list(/datum/preference/toggle/emote_noises) // Default emote sound_preferences is just emote_noises. Belch emote overrides this list for pref-checks.
|
||||
var/sound_vary = FALSE
|
||||
|
||||
/decl/emote/Initialize()
|
||||
/decl/emote/Initialize(mapload)
|
||||
. = ..()
|
||||
if(key)
|
||||
LAZYSET(global.emotes_by_key, key, src)
|
||||
|
||||
Reference in New Issue
Block a user