forked from GitHub-Mirrors/foundry-sw5e
Update Core to 1.4.1
Update Core to 1.4.1 and internal Version to 1.4.1.R1-A8
This commit is contained in:
parent
f16383841b
commit
5bb253d9c3
56 changed files with 5440 additions and 3827 deletions
|
@ -141,4 +141,16 @@ export const registerSystemSettings = function () {
|
|||
dark: "SETTINGS.SWColorDark"
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
* Option to replace imperial weight units with metric weight units.
|
||||
*/
|
||||
game.settings.register("sw5e", "metricWeightUnits", {
|
||||
name: "SETTINGS.5eMetricN",
|
||||
hint: "SETTINGS.5eMetricL",
|
||||
scope: "world",
|
||||
config: true,
|
||||
type: Boolean,
|
||||
default: false
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue