Skip to content
Snippets Groups Projects
Commit 6cc72ed2 authored by DarkGod's avatar DarkGod
Browse files

Merge branch 'BrawlerFix' into 'master'

Brawler equipment fix

Currently applyRandomClass only copies specific things from the copy descriptor table in its apply_resolvers functions, making it impossible to set misc flags there.  Misc properties put there are copied to player characters and such so I'm assuming this is an oversight and made it copy the entire table.

Brawler NPCs like to equip weapons in their inventory since their hands are empty in onAddedToLevel, so this uses the above to add a no_npc_weapon_equip flag to the Brawler descriptors.

See merge request !440
parents 9ddf66d0 56da1b7a
No related branches found
No related tags found
Loading
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment