Skip to content

Commit

Permalink
Update code/controllers/subsystem/xenoarchaeology.dm
Browse files Browse the repository at this point in the history
Co-authored-by: EvilDragonfiend <[email protected]>
  • Loading branch information
DrDuckedGoose and EvilDragonfiend authored Sep 7, 2024
1 parent 5824597 commit 5c3f10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/xenoarchaeology.dm
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ SUBSYSTEM_DEF(xenoarchaeology)
qdel(hint_holder)
//Generate material availability
var/list/materials = list(XENOA_BLUESPACE, XENOA_PLASMA, XENOA_URANIUM, XENOA_BANANIUM, XENOA_PEARL)
SSxenoarchaeology.labeler_tooltip_stats["[initial(T.label_name)]"] += list("availability" = list())
SSxenoarchaeology.labeler_tooltip_stats["[initial(T.label_name)]"]["availability"] = list()
for(var/datum/xenoartifact_material/M as() in materials)
if(initial(M.trait_flags) & initial(T.flags))
SSxenoarchaeology.labeler_tooltip_stats["[initial(T.label_name)]"]["availability"] += list(list("color" = initial(M.material_color), "icon" = initial(M.label_icon)))
Expand Down

0 comments on commit 5c3f10b

Please sign in to comment.