Skip to content

Commit

Permalink
Fix duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
Veilza committed Aug 30, 2024
1 parent b7ad8c6 commit 49862b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions system/actor/wta/werewolf-actor-sheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import { WoDActor } from '../wod-v5-sheet.js'
import { _prepareWerewolfItems, prepareGiftData, prepareRiteData, prepareFormData } from './scripts/prepare-data.js'
import { _onAddGift, _onRemoveGift, _onGiftToChat } from './scripts/gifts.js'
import { _onBeginFrenzy, _onEndFrenzy } from './scripts/frenzy.js'
import { _onShiftForm, _onFormToChat, _onFormEdit } from './scripts/forms.js'
import { _onShiftForm, _onFormToChat, _onFormEdit, _onLostTheWolf } from './scripts/forms.js'
import { _onHaranoRoll, _onHaugloskRoll } from './scripts/balance.js'
import { _onLostTheWolf } from './scripts/forms.js'

/**
* Extend the basic ActorSheet with some very simple modifications
Expand Down

0 comments on commit 49862b3

Please sign in to comment.