Update lancer speed attribute (#301)

This commit is contained in:
Joe
2024-08-03 14:18:48 -05:00
committed by GitHub
parent 8d67ca01c3
commit 21533a0075
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export function getDefaultSpeedAttribute() {
case "dnd5e":
return "actor.system.attributes.movement.walk";
case "lancer":
return "actor.system.derived.speed";
return "actor.system.speed";
case "pf1":
case "D35E":
return "actor.system.attributes.speed.land.total";