Progression Education Firearm Fix
Fixes Progression: Education edge cases where pawns can spawn with weapons or apparel that require a higher proficiency tier than they possess.
Fixes Progression: Education edge cases where pawns can spawn with weapons or apparel that require a higher proficiency tier than they possess.
The issue is that PE prevents a pawn from equipping an item they do not have the required proficiency for, but does not prevent pawns from spawning into existence already equipped with such items.
This patch uses PE's own tracking to determine which pawns should receive Firearm or HighTech proficiency for the equipment they spawn with. It then assigns the highest required proficiency tier accordingly.
AI tools were used during the making of this patch for coding assistance and troubleshooting. The code has been carefully reviewed, tested, and revised several times over.