Skip to content

Commit

Permalink
sate linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed Dec 8, 2020
1 parent 78c467a commit c2b81ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parser/character/speed.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ export function getSpeed(data) {
// For all processing, we take into account the regular movement types of this character
let movementTypes = {};
for (let type in data.character.race.weightSpeeds.normal) {
//if (data.character.race.weightSpeeds.normal[type] !== 0) {
// if (data.character.race.weightSpeeds.normal[type] !== 0) {
movementTypes[type] = data.character.race.weightSpeeds.normal[type];
//}
// }
}

// get bonus speed mods
Expand Down

0 comments on commit c2b81ab

Please sign in to comment.