Update config.js

This commit is contained in:
Kakeman89 2020-07-27 16:25:52 -04:00
parent cf4e5031c0
commit 950c430529

View file

@ -319,7 +319,8 @@ SW5E.targetTypes = {
"square": "SW5E.TargetSquare",
"cube": "SW5E.TargetCube",
"line": "SW5E.TargetLine",
"wall": "SW5E.TargetWall"
"wall": "SW5E.TargetWall",
"droid": "SW5E.TargetDroid"
};