Organzie imports

This commit is contained in:
Manuel Vögele
2022-01-03 00:44:16 +01:00
parent 0573adf0fe
commit 84c18a6221
4 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
export function getDefaultSpeedAttribute() {
switch (game.system.id) {
case "CoC7":
@@ -11,7 +10,7 @@ export function getDefaultSpeedAttribute() {
return "actor.data.data.derived.speed"
case "pf1":
case "D35E":
return "actor.data.data.attributes.speed.land.total"
return "actor.data.data.attributes.speed.land.total"
case "sfrpg":
return "actor.data.data.attributes.speed.value";
case "shadowrun5e":