Skip to content

Commit

Permalink
Fixes #1498
Browse files Browse the repository at this point in the history
  • Loading branch information
estarriol committed Oct 26, 2022
1 parent e7575c6 commit f32ffe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unity/Assets/Scripts/QuestEditor/EditorComponentEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,7 @@ public void AddVisibility(bool add, int index = -1)

Dictionary<string, IEnumerable<string>> traits = new Dictionary<string, IEnumerable<string>>();
traits.Add(CommonStringKeys.TYPE.Translate(), new string[] { "Special" });
traits.Add(CommonStringKeys.SOURCE.Translate(), new string[] { "Special" });

select.AddItem("#boardcomponents", traits);
select.AddItem("#monsters", traits);
Expand Down

0 comments on commit f32ffe6

Please # to comment.