Skip to content

Commit

Permalink
refactor(migration): move old upload_hdc.js content into migration.js
Browse files Browse the repository at this point in the history
  • Loading branch information
phBalance authored and phBalance committed Dec 27, 2023
1 parent fed25a9 commit e172c36
Show file tree
Hide file tree
Showing 3 changed files with 531 additions and 540 deletions.
5 changes: 0 additions & 5 deletions module/actor/actor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1648,11 +1648,6 @@ export class HeroSystem6eActor extends Actor {
await this.update(changes);
}

// Item Effects
// for (const item of this.items.contents) {
// createEffects(item)
// }

// Initiative Characteristic
if (this.system.initiativeCharacteristic === undefined) {
if (
Expand Down
Loading

0 comments on commit e172c36

Please sign in to comment.