Lua typo: "realted_talents" in some ogryn buffs

Issue Type (Required):

Talents

Issue Description (Required):

scripts/settings/buff/archetype_buff_templates/ogryn_buff_templates.lua

The element related_talents in the templates for ogryn_bracing_reduces_damage_taken and ogryn_carapace_armor_parent has been mistyped as “realted_talents” which will break any logic that relies on this element. It’s a quick fix.

Edit:
Also missing from templates.ogryn_drain_stamina_for_handling is
related_talents = {
“ogryn_drain_stamina_for_handling”,
},

What would also be nice is if someone could go through scripts/settings/buff/archetype_buff_templates/adamant_buff_templates.lua and add related_talents to the many arbites buff templates that are missing them.

Steps to Reproduce (Required):

Search your repo for realted_talents

Reproduction Rate (Required):

Constant (100%)

Platform (Required):

PC - Steam

Upload Supporting Evidence (Optional):

1 Like

ah, Lua typos. My favorite.

1 Like