mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
Split methods
This commit is contained in:
parent
42df9c6318
commit
b09cd8a692
14 changed files with 437 additions and 213 deletions
|
|
@ -50,9 +50,9 @@ export const targetTypes = {
|
|||
id: 'friendly',
|
||||
label: 'Friendly'
|
||||
},
|
||||
adversary: {
|
||||
id: 'adversary',
|
||||
label: 'Adversary'
|
||||
hostile: {
|
||||
id: 'hostile',
|
||||
label: 'Hostile'
|
||||
},
|
||||
any: {
|
||||
id: 'any',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue