Allow token fatigue bar reversing

This commit is contained in:
Jzrzmy
2021-02-05 19:55:12 +00:00
committed by Mandar
parent 6a9e84f126
commit b54f58c9ce
5 changed files with 43 additions and 0 deletions

View File

@@ -70,4 +70,15 @@ export const RegisterSettings = function () {
type: String,
default: "null",
});
/* ------------------------------------ */
/* Token bars */
/* ------------------------------------ */
game.settings.register("l5r5e", "token.reversefatiguebar", {
name: game.i18n.localize("SETTINGS.ReverseFatigueBar"),
scope: "world",
config: true,
type: Boolean,
default: false,
});
};