Reformat with prettier
This commit is contained in:
+2
-2
@@ -24,13 +24,13 @@ export function getDefaultSpeedAttribute() {
|
||||
case "splittermond":
|
||||
return "actor.derivedValues.speed.value";
|
||||
}
|
||||
return ""
|
||||
return "";
|
||||
}
|
||||
|
||||
export function getDefaultDashMultiplier() {
|
||||
switch (game.system.id) {
|
||||
case "swade":
|
||||
return 0
|
||||
return 0;
|
||||
case "dcc":
|
||||
case "dnd4e":
|
||||
case "dnd5e":
|
||||
|
||||
Reference in New Issue
Block a user