Skip to content

Commit

Permalink
Fixes oversight in AI hud finalization.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 authored and comma committed Aug 14, 2023
1 parent c11e750 commit d58c5aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/_onclick/hud/ai.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
hud_type = /datum/hud/ai

/datum/hud/ai/FinalizeInstantiation()
adding = list()
var/list/ai_hud_data = decls_repository.get_decls_of_subtype(/decl/ai_hud)
for(var/elem_type in ai_hud_data)
var/decl/ai_hud/ai_hud = ai_hud_data[elem_type]
Expand Down

0 comments on commit d58c5aa

Please sign in to comment.