[MIRROR] Staticpath [MDB ignore] (#12445)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-02-23 00:33:43 +01:00
committed by GitHub
co-authored by Kashargul
parent cc106f8032
commit ba5224fbcb
437 changed files with 5869 additions and 5220 deletions
+2 -2
View File
@@ -4,9 +4,9 @@
var/list/keys = list()
var/list/duplicates = list()
var/list/all_emotes = decls_repository.get_decls_of_subtype(/decl/emote)
var/list/all_emotes = GLOB.decls_repository.get_decls_of_subtype(/datum/decl/emote)
for(var/etype in all_emotes)
var/decl/emote/emote = all_emotes[etype]
var/datum/decl/emote/emote = all_emotes[etype]
if(!emote.key)
continue
if(emote.key in keys)