Skip to content

Commit

Permalink
pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
phBalance committed Dec 20, 2024
1 parent cf95e1a commit 9b72d38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/actor/actor.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { RoundFavorPlayerDown, RoundFavorPlayerUp } from "../utility/round.mjs";
* @extends {Actor}
*/
export class HeroSystem6eActor extends Actor {

/** @inheritdoc */
async _preCreate(data, options, user) {
await super._preCreate(data, options, user);
Expand Down

0 comments on commit 9b72d38

Please sign in to comment.