whitespine / foundryvtt-lancer

A Foundry VTT game system for LANCER RPG.
GNU General Public License v3.0
1 stars 1 forks source link

ITEMS2.0: Mount validation #10

Closed whitespine closed 3 years ago

whitespine commented 3 years ago

Validate that mounts aren't over capacity, wrong size, etc.

The WeaponMount.validate() function should accomplish this - simply becomes a matter of displaying it

What is NOT checked for currently in validate function is whether there exists a bracing mount for a superheavy. That is todo

whitespine commented 3 years ago

Done