Eranziel / foundryvtt-lancer

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

feat(macros): add optional actorPermLevel change to Scans #718

Closed msprijatelj closed 4 months ago

msprijatelj commented 4 months ago

Add an optional parameter, actorPermissionLevel, to both Scan macros. When set to an integer greater than or equal to 0, it sets the Default Permission Level to actorPermissionLevel. Default value of actorPermissionLevel is null.

BoltsJ commented 4 months ago

Also, semicolons. I recommend just running prettier on the code before pasting it into the macro editor.