forked from GitHub-Mirrors/foundry-sw5e
Update config.js
This commit is contained in:
parent
cf4e5031c0
commit
950c430529
1 changed files with 2 additions and 1 deletions
|
@ -319,7 +319,8 @@ SW5E.targetTypes = {
|
|||
"square": "SW5E.TargetSquare",
|
||||
"cube": "SW5E.TargetCube",
|
||||
"line": "SW5E.TargetLine",
|
||||
"wall": "SW5E.TargetWall"
|
||||
"wall": "SW5E.TargetWall",
|
||||
"droid": "SW5E.TargetDroid"
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue