DavidJCobb / ReachVariantEditor

A tool for editing Halo: Reach game variants.
24 stars 9 forks source link

set_weapon_pickup_priority(hold_action) isn't quite right #19

Closed JonnyOThan closed 3 years ago

JonnyOThan commented 3 years ago

I'm pretty sure this is actually "high" priority - meaning if this weapon and a regular one are next to each other, holding the action button will pick up the one marked high priority. This is used for flags, oddballs, etc.

DavidJCobb commented 3 years ago

Fixed in v2.1.7: the value is now named high, with hold_action remaining usable (with a deprecation warning) for backward-compatibility.